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

Brett Cannon brett at python.org
Sun May 16 23:08:26 CEST 2010


My mistake. Sorry about that. Have not written that try/finally
pattern in a while. =)

On Sun, May 16, 2010 at 14:05, Nick Coghlan <ncoghlan at gmail.com> wrote:
> 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