]> granicus.if.org Git - python/commit
Issue #11127: Raise a TypeError when trying to pickle a socket object.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 20 Mar 2011 22:56:36 +0000 (23:56 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 20 Mar 2011 22:56:36 +0000 (23:56 +0100)
commit6d58d64919bb12e05fa4bf3a34909650c695cff6
treea8b7d7915779a6cc30f7f6a9d69191d7bd34a002
parentb938bcd211bfcab13be38200a2f59947691118bb
Issue #11127: Raise a TypeError when trying to pickle a socket object.
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS