From: Nick Coghlan Date: Sun, 8 Feb 2009 01:46:01 +0000 (+0000) Subject: Mention patch submitter in NEWS entry for r69419 X-Git-Tag: v2.7a1~2080 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3623b1849136d9825e8dad2fa893c06696c804d;p=python Mention patch submitter in NEWS entry for r69419 --- diff --git a/Misc/NEWS b/Misc/NEWS index 81caead538..2eed247f9d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -151,7 +151,8 @@ Library - Issue #4195: The ``runpy`` module (and the ``-m`` switch) now support the execution of packages by looking for and executing a ``__main__`` - submodule when a package name is supplied. + submodule when a package name is supplied. Initial patch by Andi + Vajda. - Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will not be used again (this requires Tcl/Tk 8.3.1), also fix a memory leak in