This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients alex, amaury.forgeotdarc, benjamin.peterson, brett.cannon, brian.curtin, exarkun, giampaolo.rodola, lemburg, pitrou
Date 2010-10-29.14:09:30
SpamBayes Score 3.0277786e-06
Marked as misclassified No
Message-id <AANLkTi=37k_gCs0iDtM9OOogsyxaOp8T0XjCJN351Og5@mail.gmail.com>
In-reply-to <4CCACB65.5060603@egenix.com>
Content
2010/10/29 Marc-Andre Lemburg <report@bugs.python.org>:
>
> Marc-Andre Lemburg <mal@egenix.com> added the comment:
>
> Antoine Pitrou wrote:
>>
>> Antoine Pitrou <pitrou@free.fr> added the comment:
>>
>>> The warning will trigger without any reason.
>>
>> Well, by now you should have understood the reason, so I conclude that
>> you are either 1) deaf 2) stupid 3) deliberately obnoxious.
>>
>> This is my last answer to you on this topic. Goodbye.
>
> Ignoring your insults, I think the problem is that you fail to see
> point or address it:
>
> Warnings in Python are meant to tell programmers that something
> should be fixed. The warnings in the examples I gave do not point
> to cases that need to be fixed, in fact, they are very common
> idioms used in Python books, examples and tutorials.

They're not particularly good idioms then. Leaving files open
haphazardly leads to subtle bugs as our test suite has shown.
History
Date User Action Args
2010-10-29 14:09:32benjamin.petersonsetrecipients: + benjamin.peterson, lemburg, brett.cannon, exarkun, amaury.forgeotdarc, pitrou, giampaolo.rodola, alex, brian.curtin
2010-10-29 14:09:30benjamin.petersonlinkissue10093 messages
2010-10-29 14:09:30benjamin.petersoncreate