diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-10-19 19:54:41 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-10-19 19:54:41 (GMT) |
commit | 0d19bae30ea501a567754d13100a26ceae6ca3e1 (patch) | |
tree | f62507b5e9c061031206eeb80d6a73b6a38abf6b /Misc | |
parent | 57712b3d9a09b3c99727a6fc5bf92871db142fa7 (diff) | |
download | cpython-0d19bae30ea501a567754d13100a26ceae6ca3e1.zip cpython-0d19bae30ea501a567754d13100a26ceae6ca3e1.tar.gz cpython-0d19bae30ea501a567754d13100a26ceae6ca3e1.tar.bz2 |
Add item
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ Library - 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. +- Bug #1048816: fix bug in Ctrl-K at start of line in curses.textpad.Textbox + Build ----- |