diff options
author | Raymond Hettinger <python@rcn.com> | 2004-10-20 07:17:16 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-10-20 07:17:16 (GMT) |
commit | e54e726f0bce70d2999b8e79afe5d336b0bcfed3 (patch) | |
tree | 6cba47177d48a00d373bf388e26f5f1753e3843e /Misc | |
parent | 76e60d687dde9d987f39e16f8fe7814daf1f1e26 (diff) | |
download | cpython-e54e726f0bce70d2999b8e79afe5d336b0bcfed3.zip cpython-e54e726f0bce70d2999b8e79afe5d336b0bcfed3.tar.gz cpython-e54e726f0bce70d2999b8e79afe5d336b0bcfed3.tar.bz2 |
SF patch #1038388: __main__ for whichdb.py
(Contributed by Oleg Broytmann.)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Extension Modules Library ------- +- The whichdb module can now be run from the command line. + - Bug #1045381: time.strptime() can now infer the date using %U or %W (week of the year) when the day of the week and year are also specified. |