summaryrefslogtreecommitdiff
path: root/tests/stdlib/test_httplib.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-3/+4
|
* Replaced copy-and-pasted httplib with patched httplib, saving a few K. ↵Ryan Williams2009-11-281-0/+11
Added test_httplib to the stdlib tests, as it actually exercises sockets in 2.6 (it's still pretty useless for our purposes in 2.5).