summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-02 05:52:29 (GMT)
committerGeorg Brandl <georg@python.org>2012-04-02 05:52:29 (GMT)
commitf4228b0e6a3220452ca386ff3f83c48dc7daf870 (patch)
tree26feda8fc3e8951c9efa4db7734ed43f5a3e609a /Misc/NEWS
parentd3fca8e07fbf6fd66b02ac21c40cbc1a0b36ac9c (diff)
parent9ee601e197c6f5473a29bd5e8317651ce11f7b89 (diff)
downloadcpython-f4228b0e6a3220452ca386ff3f83c48dc7daf870.zip
cpython-f4228b0e6a3220452ca386ff3f83c48dc7daf870.tar.gz
cpython-f4228b0e6a3220452ca386ff3f83c48dc7daf870.tar.bz2
Merge.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3d874e..b38f104 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
===================================