diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-05-10 18:17:46 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-05-10 18:17:46 (GMT) |
commit | 1682e5d74080d88109b3fc54e2ddfa762feb3e1d (patch) | |
tree | f12a24b81302f643264728357956909d5d8f2a8c /Misc | |
parent | a9494f6c53b9b69063f0f304062a6a6bf013e47a (diff) | |
download | cpython-1682e5d74080d88109b3fc54e2ddfa762feb3e1d.zip cpython-1682e5d74080d88109b3fc54e2ddfa762feb3e1d.tar.gz cpython-1682e5d74080d88109b3fc54e2ddfa762feb3e1d.tar.bz2 |
Issue #14157: Fix time.strptime failing without a year on February 29th.
Patch by Hynek Schlawack.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ Core and Builtins 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 #14741: Fix missing support for Ellipsis ('...') in parser module. |