diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-08-03 18:45:31 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-08-03 18:45:31 (GMT) |
commit | 1fa649f2d5d4a63105577888830276a6dc4771b5 (patch) | |
tree | f3926fdda79ae6aa201cd1acdf861e0918c2b51e /Misc | |
parent | 9441c078cf929a0129a75032678a9e40d919f235 (diff) | |
download | cpython-1fa649f2d5d4a63105577888830276a6dc4771b5.zip cpython-1fa649f2d5d4a63105577888830276a6dc4771b5.tar.gz cpython-1fa649f2d5d4a63105577888830276a6dc4771b5.tar.bz2 |
Patch #986929: Add support for wish -sync and -use options.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ Extension modules Library ------- +- Tkinter now supports the wish -sync and -use options. + - The following methods in time support passing of None: ctime(), gmtime(), and localtime(). If None is provided, the current time is used (the same as when the argument is omitted). |