summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-10-13 10:28:04 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-10-13 10:28:04 (GMT)
commitb24e3477dc0f9895573a37b8fcedcf65dc99ef2c (patch)
tree46615af5a6d45fa437aaa2d963943d8aa0b7d7ba /Misc
parent2ec362717beff9fff52238268e89400e5ebcac99 (diff)
downloadcpython-b24e3477dc0f9895573a37b8fcedcf65dc99ef2c.zip
cpython-b24e3477dc0f9895573a37b8fcedcf65dc99ef2c.tar.gz
cpython-b24e3477dc0f9895573a37b8fcedcf65dc99ef2c.tar.bz2
Patch #621891: Add askopenfile{name}s.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 90bd02f..d0d1a46 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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