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 python-dev
Recipients benjamin.peterson, pitrou, python-dev
Date 2013-01-10.20:17:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Yhz570LlHzS7Y@mail.python.org>
In-reply-to
Content
New changeset c8105251cc1f by Benjamin Peterson in branch '3.3':
remove __del__ because it's evil and also prevents the ResourceWarning on the socket from happening (closes #16900)
http://hg.python.org/cpython/rev/c8105251cc1f

New changeset e23d51f17cce by Benjamin Peterson in branch 'default':
merge 3.3 (#16900)
http://hg.python.org/cpython/rev/e23d51f17cce
History
Date User Action Args
2013-01-10 20:17:07python-devsetrecipients: + python-dev, pitrou, benjamin.peterson
2013-01-10 20:17:07python-devlinkissue16900 messages
2013-01-10 20:17:06python-devcreate