diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -2,6 +2,21 @@ Python News +++++++++++ +What's New in Python 3.2.2? +=========================== + +*Release date: XX-XXX-2011* + +Core and Builtins +----------------- + +Library +------- + +- Issue #12065: connect_ex() on an SSL socket now returns the original errno + when the socket's timeout expires (it used to return None). + + What's New in Python 3.2.1 release candidate 1? =============================================== |