]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client.
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 2 Aug 2011 10:33:41 +0000 (18:33 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 2 Aug 2011 10:33:41 +0000 (18:33 +0800)
commiteb71ad4c71a95d9b7397e3baaaadcb0687efa894
treeb52817d527487745557e16388cc86a8fe2fbb892
parentf187a0230bd6e9ad64a6249de50517b36c383c02
Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client.
Reported by Popa Claudiu and Patch by Santoso Wijaya.
Lib/http/client.py
Lib/test/test_httplib.py