[Python-checkins] r81225 - in python/branches/release26-maint: Lib/test/list_tests.py

Nick Coghlan ncoghlan at gmail.com
Sun May 16 23:05:28 CEST 2010


Brett Cannon wrote:
> Probably shouldn't backport stuff like this as it isn't a bug fix but
> a code cleanup. And this is especially true of tests as the last thing
> we want to do is break our verification that we didn't break anything.
> 
> But don't back this change out as it didn't break anything.

This wasn't just a cleanup - the old test was broken (it called open()
inside the try block instead of before it).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-checkins mailing list