commit | 22ec80bc4f3e66990981ca57b66b38873e2711df | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 31 18:25:44 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Mar 31 18:25:44 2006 +0000 |
tree | 6374fe9880a0a2f4d2d7442a0bbffc85bcca3440 | |
parent | 43f08a85e4b86acf6e4313a51cec4df0cc586da7 [diff] [blame] |
Patch #1462313, bug #1443328: the pickle modules now can handle classes that have __private names in their __slots__.
diff --git a/Misc/NEWS b/Misc/NEWS index dc98c7a..ed48276 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -487,6 +487,9 @@ 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.