From: Neal Norwitz Date: Thu, 29 May 2003 19:03:43 +0000 (+0000) Subject: Add section for 2.2.3 final and memory leak plug for tkinter X-Git-Tag: v2.2.3~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d00429860f7b10050b22b0eb2bb864111b6bd193;p=thirdparty%2FPython%2Fcpython.git Add section for 2.2.3 final and memory leak plug for tkinter --- diff --git a/Misc/NEWS b/Misc/NEWS index c32d6909731c..706b36a24433 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,3 +1,10 @@ +What's New in Python 2.2.3 (final) ? +Release date: 30-May-2003 +==================================== + +- SF #745055: Fix memory leaks in Tkapp_Split and Tkapp_SplitList. + + What's New in Python 2.2.3c1 ? Release date: 22-May-2003 ============================