]> granicus.if.org Git - python/commit
Closes #15925: fix regression in parsedate() and parsedate_tz() that should return...
authorGeorg Brandl <georg@python.org>
Sat, 22 Sep 2012 07:03:56 +0000 (09:03 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 22 Sep 2012 07:03:56 +0000 (09:03 +0200)
commit1aca31e8f329e19de62a2f1a2080995e5712a9cd
tree9a3d62178053892e1bb1033032f88977746a7951
parentdeb92b5b1b015191bb9f072b67536e471bd37a7a
Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument.
Lib/email/_parseaddr.py
Lib/email/utils.py
Lib/test/test_email/test_email.py
Misc/NEWS