diff options
author | Guilherme Polo <ggpolo@gmail.com> | 2009-08-18 13:29:20 (GMT) |
---|---|---|
committer | Guilherme Polo <ggpolo@gmail.com> | 2009-08-18 13:29:20 (GMT) |
commit | 6c823f8720d56ce687e9c3c871ea69d263398cfe (patch) | |
tree | 90cd221526df177d36289b5d33cd96bbbf99c157 /Misc | |
parent | d3e6e4bb8ff2a88afd6d2cc09dd199defbef36a4 (diff) | |
download | cpython-6c823f8720d56ce687e9c3c871ea69d263398cfe.zip cpython-6c823f8720d56ce687e9c3c871ea69d263398cfe.tar.gz cpython-6c823f8720d56ce687e9c3c871ea69d263398cfe.tar.bz2 |
Issue #1250469: Fix the return value of Tix.PanedWindow.panes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -359,6 +359,8 @@ Core and Builtins Library ------- +- Issue #1250469: Fix the return value of Tix.PanedWindow.panes. + - Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText. |