diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-03 15:26:59 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-03 15:26:59 (GMT) |
commit | 765e94f80c753cfeb077d8a372483aff4d8f178f (patch) | |
tree | a843b777d77aa04a00673885accc7f3cd15786de /Misc | |
parent | 3ca4db881fe8c3d62bbb7a573270fa3c25d9894b (diff) | |
download | cpython-765e94f80c753cfeb077d8a372483aff4d8f178f.zip cpython-765e94f80c753cfeb077d8a372483aff4d8f178f.tar.gz cpython-765e94f80c753cfeb077d8a372483aff4d8f178f.tar.bz2 |
Add NEWS and whatsnew entries for the packaging module
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -119,7 +119,7 @@ Core and Builtins - Issue #11320: fix bogus memory management in Modules/getpath.c, leading to a possible crash when calling Py_SetPath(). -- _ast.__version__ is now a Mercurial integer and hex revision. +- _ast.__version__ is now a Mercurial hex revision. - Issue #11432: A bug was introduced in subprocess.Popen on posix systems with 3.2.0 where the stdout or stderr file descriptor being the same as the stdin @@ -260,6 +260,9 @@ Library - Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore to be able to unload the module. +- Add the packaging module, an improved fork of distutils (also known as + distutils2). + - Issue #12065: connect_ex() on an SSL socket now returns the original errno when the socket's timeout expires (it used to return None). |