commit | 6c823f8720d56ce687e9c3c871ea69d263398cfe | [log] [tgz] |
---|---|---|
author | Guilherme Polo <ggpolo@gmail.com> | Tue Aug 18 13:29:20 2009 +0000 |
committer | Guilherme Polo <ggpolo@gmail.com> | Tue Aug 18 13:29:20 2009 +0000 |
tree | 90cd221526df177d36289b5d33cd96bbbf99c157 | |
parent | d3e6e4bb8ff2a88afd6d2cc09dd199defbef36a4 [diff] [blame] |
Issue #1250469: Fix the return value of Tix.PanedWindow.panes.
diff --git a/Misc/NEWS b/Misc/NEWS index ca3c5e8..fa0d29a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -359,6 +359,8 @@ Library ------- +- Issue #1250469: Fix the return value of Tix.PanedWindow.panes. + - Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText.