commit | c2b714ce216bb0c844e3d4c3440937b82a924e3d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu May 10 20:17:46 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu May 10 20:17:46 2012 +0200 |
tree | 4ed31322b2e39ede48225c97984dac05aae1efaa | |
parent | 35d03ed832cb7f3127794b218aac86fae93b8354 [diff] [blame] |
Issue #14157: Fix time.strptime failing without a year on February 29th. Patch by Hynek Schlawack.
diff --git a/Misc/NEWS b/Misc/NEWS index 7dbeb9e..63cdad9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Library ------- +- Issue #14157: Fix time.strptime failing without a year on February 29th. + Patch by Hynek Schlawack. + - Issue #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/'. - Issue #13183: Fix pdb skipping frames after hitting a breakpoint and running