]> granicus.if.org Git - python/commitdiff
add news note for 85cccc38d01c
authorBenjamin Peterson <benjamin@python.org>
Sun, 8 Jul 2012 18:06:04 +0000 (11:06 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sun, 8 Jul 2012 18:06:04 +0000 (11:06 -0700)
Misc/NEWS

index 05139f2afc8caac16eb8e055207a074658089307..298065ed59685579841a1089e973875239932071 100644 (file)
--- 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.