commit | c9490e2fe9a21a738ca45930b3d97bdc0a7c5bce | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon Jun 04 00:14:06 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon Jun 04 00:14:06 2007 +0000 |
tree | e785deaa43a36a009366e9f8502906b33aca66c8 | |
parent | 2413e038c41927b448f92062bdbc40e23d4a2809 [diff] [blame] |
Backport of r55752: make time.strptime() behave better when whitespace is in the format arguments.
diff --git a/Misc/NEWS b/Misc/NEWS index a397e4d..10bf25c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Library ------- +- Bug #1730389: Have time.strptime() match spaces in a format argument with + ``\s+`` instead of ``\s*``. + - SF 1668596/1720897: distutils now copies data files even if package_dir is empty.