diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-04-05 13:58:05 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-04-05 13:58:05 (GMT) |
commit | 1024541a0dbc1a007ba15ff7ae9a7154bf08a816 (patch) | |
tree | e12ac5db3b2c44bbb81409a466358ec5b24bffa1 /Misc/NEWS | |
parent | ca60b367355062cd902d756755da954c9238cdd9 (diff) | |
download | cpython-1024541a0dbc1a007ba15ff7ae9a7154bf08a816.zip cpython-1024541a0dbc1a007ba15ff7ae9a7154bf08a816.tar.gz cpython-1024541a0dbc1a007ba15ff7ae9a7154bf08a816.tar.bz2 |
Issue #14496: Fix wrong name in idlelib/tabbedpages.py.
Patch by Popa Claudiu.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ Core and Builtins 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. |