[Python-Dev] python/dist/src/Lib/lib-tk tkFileDialog.py,1.2,1.3
Martin v. Loewis
martin@v.loewis.de
Thu, 8 Nov 2001 10:31:16 +0100
[addition of tkFileDialog.askdirectory]
> ahem. I did check in a tkDirectoryChooser module last
> week...
Sorry, didn't notice (obviously); you didn't put anything into
Misc/NEWS or the SF patch, either...
So which one would you like to preserve? I notice that there is a
naming inconsistency also: it is tkFileDialog, but
tkDirectory*Chooser*...
I'd propose to migrate tkDirectoryChooser.Chooser._fixresult into
tkFileDialog.Directory._fixresult, and remove the new module.
Please let me know what you think.
Regards,
Martin