commit | 1024541a0dbc1a007ba15ff7ae9a7154bf08a816 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Thu Apr 05 16:58:05 2012 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Thu Apr 05 16:58:05 2012 +0300 |
tree | e12ac5db3b2c44bbb81409a466358ec5b24bffa1 | |
parent | ca60b367355062cd902d756755da954c9238cdd9 [diff] [blame] |
Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu.
diff --git a/Misc/NEWS b/Misc/NEWS index 45e0c25..4af242a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -39,6 +39,9 @@ Library ------- +- Issue #14496: Fix wrong name in idlelib/tabbedpages.py. + Patch by Popa Claudiu. + - Issue #14482: Raise a ValueError, not a NameError, when trying to create a multiprocessing Client or Listener with an AF_UNIX type address under Windows. Patch by Popa Claudiu.