]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Lib/rfc822.py: fix two bugs: error in readheaders interpreting
authorGuido van Rossum <guido@python.org>
Fri, 12 Aug 1994 13:16:50 +0000 (13:16 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Aug 1994 13:16:50 +0000 (13:16 +0000)
commit3f9a6ec9e672acb733db1633d5544120e1bd6841
tree0b9d740696b94ef7a871012052d2ad1926a82b67
parentdc1cdca10b6e4c85406b3650ced4b3fbefd71b67
* Lib/rfc822.py: fix two bugs: error in readheaders interpreting
regex.match() result, and wrong logic in getfirstmatchingheader()
when the same header occurs twice consecutively
Lib/rfc822.py
Lib/urllib.py