]> granicus.if.org Git - python/commitdiff
Added missing issue to NEWS for Python 2.7.1 RC
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 20 Nov 2010 17:40:49 +0000 (17:40 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 20 Nov 2010 17:40:49 +0000 (17:40 +0000)
Misc/NEWS

index b04fc6abec534bbf72b4c08f8bca7be7eeebd016..cc1e5f6163f150c2cb9f93f814e9b39882ed2155 100644 (file)
--- 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.