summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-07-08 18:06:04 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-07-08 18:06:04 (GMT)
commit68aecb5619efa3b203964f94b7aef5fdd42b2fde (patch)
tree17b6f25111f20dfe0aeceecc1f0190a5a4e553e8
parent8107176f9b540dbcec16d0a551f5cee4e26e4f74 (diff)
downloadcpython-68aecb5619efa3b203964f94b7aef5fdd42b2fde.zip
cpython-68aecb5619efa3b203964f94b7aef5fdd42b2fde.tar.gz
cpython-68aecb5619efa3b203964f94b7aef5fdd42b2fde.tar.bz2
add news note for 85cccc38d01c
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 05139f2..298065e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.3.0 Beta 2?
Core and Builtins
-----------------
+- Issue #15293: Add GC support to the AST base node type.
+
- Issue #15291: Fix a memory leak where AST nodes where not properly
deallocated.