Added missing issue to NEWS for Python 2.7.1 RC

This commit is contained in:
Michael Foord 2010-11-20 17:40:49 +00:00
parent 4fec9ce601
commit 75152eae8a

View file

@ -94,6 +94,8 @@ 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.