diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2009-02-08 01:46:01 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2009-02-08 01:46:01 (GMT) |
commit | c3623b1849136d9825e8dad2fa893c06696c804d (patch) | |
tree | 76efe1b3b9f042c7c32da54d8fd1641bc9f39449 | |
parent | d39600e69f9782481ffadf1ada1d1da9857489e8 (diff) | |
download | cpython-c3623b1849136d9825e8dad2fa893c06696c804d.zip cpython-c3623b1849136d9825e8dad2fa893c06696c804d.tar.gz cpython-c3623b1849136d9825e8dad2fa893c06696c804d.tar.bz2 |
Mention patch submitter in NEWS entry for r69419
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |