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 serhiy.storchaka
Recipients Arfrever, berker.peksag, ezio.melotti, martin.panter, rhettinger, serhiy.storchaka, vstinner
Date 2015-03-20.11:03:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <7715943.DexoWhrbnJ@raxxla>
In-reply-to <1426822202.36.0.887116341318.issue22831@psf.upfronthosting.co.za>
Content
The patch is synchronized with the tip and divided on smaller parts.

> There is a commented-out line in Tools/scripts/nm2def.py:

It is in a pair to commented out open() two lines above.

> Most of the open(..., 'r') usages can be changed to open(...)

Done.

> * It would be good to add context management protocol support to
> http.client.HTTPConnection.

In separate issue.
Files
File name Uploaded
fd_leaks_distutils.patch serhiy.storchaka, 2015-03-20.11:03:53
fd_leaks_lib.patch serhiy.storchaka, 2015-03-20.11:03:53
fd_leaks_tests1.patch serhiy.storchaka, 2015-03-20.11:03:54
fd_leaks_tests2.patch serhiy.storchaka, 2015-03-20.11:03:55
fd_leaks_tools1.patch serhiy.storchaka, 2015-03-20.11:03:55
fd_leaks_tools2.patch serhiy.storchaka, 2015-03-20.11:03:54
History
Date User Action Args
2015-03-20 11:04:01serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, ezio.melotti, Arfrever, berker.peksag, martin.panter
2015-03-20 11:03:56serhiy.storchakalinkissue22831 messages
2015-03-20 11:03:56serhiy.storchakacreate