]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for bug 1148: str/bytes issue in httplib's _safe_read().
authorGuido van Rossum <guido@python.org>
Wed, 12 Sep 2007 19:43:09 +0000 (19:43 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 12 Sep 2007 19:43:09 +0000 (19:43 +0000)
commita00f1237069233ac116c40c88ead2f5684629459
tree44d7954e8ef9d00624ccabfd0e82aa31a51b8f64
parent138bcb569ea2a884acfa3c84bb64733ecea915e0
Fix for bug 1148: str/bytes issue in httplib's _safe_read().
Lib/httplib.py
Lib/test/test_httplib.py