summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-11-20 17:40:49 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-11-20 17:40:49 (GMT)
commit75152eae8ac8bdfda2468720275488a4e62bf01c (patch)
tree3a4d05956ddaddef058584e230033df6bd9bad9a
parent4fec9ce6017c497e884df1a1a3d70d4d8661a3ab (diff)
downloadcpython-75152eae8ac8bdfda2468720275488a4e62bf01c.zip
cpython-75152eae8ac8bdfda2468720275488a4e62bf01c.tar.gz
cpython-75152eae8ac8bdfda2468720275488a4e62bf01c.tar.bz2
Added missing issue to NEWS for Python 2.7.1 RC
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b04fc6a..cc1e5f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -94,12 +94,14 @@ Core and Builtins
Library
-------
+- Issue 9926: Wrapped TestSuite subclass does not get __call__ executed
+
- Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by
Lorenzo M. Catucci.
- Issue #10126: Fix distutils' test_build when Python was built with
--enable-shared.
-
+
- Fix typo in one sdist option (medata-check).
- Issue #9199: Fix incorrect use of distutils.cmd.Command.announce.