diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-07-18 17:46:31 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-07-18 17:46:31 (GMT) |
commit | 426f4a1c65e59a9b06b42cd37fbe310f46afcee0 (patch) | |
tree | e1aacda1856442ac8ba8a8fe346842291f714551 /Misc | |
parent | ac4ae4baf71fd4f14d1965c89529d88da7637c1a (diff) | |
download | cpython-426f4a1c65e59a9b06b42cd37fbe310f46afcee0.zip cpython-426f4a1c65e59a9b06b42cd37fbe310f46afcee0.tar.gz cpython-426f4a1c65e59a9b06b42cd37fbe310f46afcee0.tar.bz2 |
Patch #1524429: Use repr instead of backticks again.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ Core and builtins Library ------- +- Patch #1524429: Use repr() instead of backticks in Tkinter again. + - Bug #1520914: Change time.strftime() to accept a zero for any position in its argument tuple. For arguments where zero is illegal, the value is forced to the minimum value that is correct. This is to support an undocumented but |