]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The docs for httplib.HTTPConnection.putheader() have claimed for quite a while
authorBrett Cannon <bcannon@gmail.com>
Sat, 15 Nov 2008 22:40:44 +0000 (22:40 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 15 Nov 2008 22:40:44 +0000 (22:40 +0000)
commite3d0bf740f13fecee9e8df03782e245f4188bb30
tree9148d7af6544945c46db71ab789ee3765340a7a3
parent031f3fb69a9a21604ef16245fb95ca508c8a2d3b
The docs for httplib.HTTPConnection.putheader() have claimed for quite a while
that their could be an arbitrary number of values passed in. Turns out the code
did not match that. The code now matches the docs.
Lib/httplib.py
Misc/NEWS