summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-03-23 13:27:15 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-03-23 13:27:15 (GMT)
commit0af338859b86880cdfe0fe5b3abeea8acace33eb (patch)
tree290a31a62b4ba320690822f8847a73c32e3eb5a2 /Misc
parent2f401d71863eda91b3d46237e0d5b34e5a2725b9 (diff)
downloadcpython-0af338859b86880cdfe0fe5b3abeea8acace33eb.zip
cpython-0af338859b86880cdfe0fe5b3abeea8acace33eb.tar.gz
cpython-0af338859b86880cdfe0fe5b3abeea8acace33eb.tar.bz2
Bug #978833: Revert r50844, as it broke _socketobject.dup.
Will backport.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1f1caee..3489240 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -199,6 +199,8 @@ Core and builtins
Library
-------
+- Bug #978833: Revert r50844, as it broke _socketobject.dup.
+
- Bug #1675967: re patterns pickled with Python 2.4 and earlier can
now be unpickled with Python 2.5 and newer.