diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-04-05 14:04:28 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-04-05 14:04:28 (GMT) |
commit | 73d2da4209379fee0ea55a805c63e48644ca5ef8 (patch) | |
tree | f8b025c2be994ca267dc21e9c9dfc1c20384805a /Misc/NEWS | |
parent | e7eee01f3697835d168f82357a6a97d7ca40d99a (diff) | |
parent | 1024541a0dbc1a007ba15ff7ae9a7154bf08a816 (diff) | |
download | cpython-73d2da4209379fee0ea55a805c63e48644ca5ef8.zip cpython-73d2da4209379fee0ea55a805c63e48644ca5ef8.tar.gz cpython-73d2da4209379fee0ea55a805c63e48644ca5ef8.tar.bz2 |
Merge from 3.2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ Core and Builtins Library ------- +- Issue #14496: Fix wrong name in idlelib/tabbedpages.py. + Patch by Popa Claudiu. + - Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo. - Issue #14482: Raise a ValueError, not a NameError, when trying to create |