[Python-checkins] cpython: add news note for 85cccc38d01c

benjamin.peterson python-checkins at python.org
Sun Jul 8 20:06:09 CEST 2012


http://hg.python.org/cpython/rev/ea0337239f2e
changeset:   78007:ea0337239f2e
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Jul 08 11:06:04 2012 -0700
summary:
  add news note for 85cccc38d01c

files:
  Misc/NEWS |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list