diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-20 22:56:36 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-20 22:56:36 (GMT) |
commit | 6d58d64919bb12e05fa4bf3a34909650c695cff6 (patch) | |
tree | a8b7d7915779a6cc30f7f6a9d69191d7bd34a002 /Misc | |
parent | b938bcd211bfcab13be38200a2f59947691118bb (diff) | |
download | cpython-6d58d64919bb12e05fa4bf3a34909650c695cff6.zip cpython-6d58d64919bb12e05fa4bf3a34909650c695cff6.tar.gz cpython-6d58d64919bb12e05fa4bf3a34909650c695cff6.tar.bz2 |
Issue #11127: Raise a TypeError when trying to pickle a socket object.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -83,6 +83,8 @@ Library - Issue #4391: Use proper gettext plural forms in optparse. +- Issue #11127: Raise a TypeError when trying to pickle a socket object. + - Issue #11563: Connection:close header is sent by requests using URLOpener class which helps in closing of sockets after connection is over. Patch contributions by Jeff McNeil and Nadeem Vawda. |