diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-13 10:28:04 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-13 10:28:04 (GMT) |
commit | b24e3477dc0f9895573a37b8fcedcf65dc99ef2c (patch) | |
tree | 46615af5a6d45fa437aaa2d963943d8aa0b7d7ba /Misc | |
parent | 2ec362717beff9fff52238268e89400e5ebcac99 (diff) | |
download | cpython-b24e3477dc0f9895573a37b8fcedcf65dc99ef2c.zip cpython-b24e3477dc0f9895573a37b8fcedcf65dc99ef2c.tar.gz cpython-b24e3477dc0f9895573a37b8fcedcf65dc99ef2c.tar.bz2 |
Patch #621891: Add askopenfile{name}s.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -348,11 +348,12 @@ Extension modules Library ------- -- Various features of Tk 8.4 are exposed in Tkinter.py. +- Various features of Tk 8.4 are exposed in Tkinter.py. The multiple + option of tkFileDialog is exposed as function askopenfile{,name}s. -- Various configure methods of Tkinter have been stream-lined, so - that tag_configure, image_configure, window_configure now return - a dictionary when invoked with no argument. +- Various configure methods of Tkinter have been stream-lined, so that + tag_configure, image_configure, window_configure now return a + dictionary when invoked with no argument. - Importing the readline module now no longer has the side effect of calling setlocale(LC_CTYPE, ""). The initial "C" locale, or |