]> granicus.if.org Git - python/commit
Major overhaul:
authorGuido van Rossum <guido@python.org>
Tue, 28 May 1996 23:14:36 +0000 (23:14 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 May 1996 23:14:36 +0000 (23:14 +0000)
commit0978f993e3a21845e8890f7d69fcac79e1913287
tree8e75db2bd495e464945f0f89bebe504434adacb3
parent51b708ab61b73bf16eecf98cbe5c7b3f5adfc1fd
Major overhaul:

- Support ~[user] expansion.

- Remember last directory and pattern; optional 'key' argument
specifies different memory locations.

- Absolutify pathnames if possible.

- WM close event cancels the dialog.

- First arg to go() can be either a directory or a file (renamed to
dir_of_file); defaults to current directory.
Lib/lib-tk/FileDialog.py
Lib/tkinter/FileDialog.py