From 75152eae8ac8bdfda2468720275488a4e62bf01c Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Sat, 20 Nov 2010 17:40:49 +0000 Subject: Added missing issue to NEWS for Python 2.7.1 RC --- Misc/NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v0.12