diff options
author | Georg Brandl <georg@python.org> | 2012-04-02 05:52:29 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-04-02 05:52:29 (GMT) |
commit | f4228b0e6a3220452ca386ff3f83c48dc7daf870 (patch) | |
tree | 26feda8fc3e8951c9efa4db7734ed43f5a3e609a /Misc/NEWS | |
parent | d3fca8e07fbf6fd66b02ac21c40cbc1a0b36ac9c (diff) | |
parent | 9ee601e197c6f5473a29bd5e8317651ce11f7b89 (diff) | |
download | cpython-f4228b0e6a3220452ca386ff3f83c48dc7daf870.zip cpython-f4228b0e6a3220452ca386ff3f83c48dc7daf870.tar.gz cpython-f4228b0e6a3220452ca386ff3f83c48dc7daf870.tar.bz2 |
Merge.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,9 +10,16 @@ What's New in Python 3.3.0 Alpha 3? Core and Builtins ----------------- +- Issue #13019: Fix potential reference leaks in bytearray.extend(). Patch + by Suman Saha. + Library ------- +- Issue #14151: Raise a ValueError, not a NameError, when trying to create + a multiprocessing Client or Listener with an AF_PIPE type address under + non-Windows platforms. Patch by Popa Claudiu. + What's New in Python 3.3.0 Alpha 2? =================================== |