diff options
author | Georg Brandl <georg@python.org> | 2006-03-31 18:25:44 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-31 18:25:44 (GMT) |
commit | 22ec80bc4f3e66990981ca57b66b38873e2711df (patch) | |
tree | 6374fe9880a0a2f4d2d7442a0bbffc85bcca3440 /Misc | |
parent | 43f08a85e4b86acf6e4313a51cec4df0cc586da7 (diff) | |
download | cpython-22ec80bc4f3e66990981ca57b66b38873e2711df.zip cpython-22ec80bc4f3e66990981ca57b66b38873e2711df.tar.gz cpython-22ec80bc4f3e66990981ca57b66b38873e2711df.tar.bz2 |
Patch #1462313, bug #1443328: the pickle modules now can handle classes
that have __private names in their __slots__.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -487,6 +487,9 @@ Extension Modules Library ------- +- Patch #1462313, bug #1443328: the pickle modules now can handle classes + that have __private names in their __slots__. + - Bug #1250170: mimetools now gracefully handles socket.gethostname() failures gracefully. |