Message 238643 - Python tracker

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.

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