diff options
author | Greg Ward <gward@python.net> | 2006-07-23 16:05:51 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2006-07-23 16:05:51 (GMT) |
commit | 48fae7acd2c1a1d467a78688d4eeaea3315d5f98 (patch) | |
tree | e90cc7cd59454b7309ae015c7c16b4410114c1ba /Misc | |
parent | afa358fabf2632c218d106550a1a4dba9b6957b0 (diff) | |
download | cpython-48fae7acd2c1a1d467a78688d4eeaea3315d5f98.zip cpython-48fae7acd2c1a1d467a78688d4eeaea3315d5f98.tar.gz cpython-48fae7acd2c1a1d467a78688d4eeaea3315d5f98.tar.bz2 |
Resync optparse with Optik 1.5.3: minor tweaks for/to tests.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ Core and builtins Library ------- +- Resync optparse with Optik 1.5.3: minor tweaks for/to tests. + - Patch #1524429: Use repr() instead of backticks in Tkinter again. - Bug #1520914: Change time.strftime() to accept a zero for any position in its |