]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change all header strings to be as if they were capitalize()'ed. Also call
authorBrett Cannon <bcannon@gmail.com>
Tue, 17 Jun 2003 21:52:34 +0000 (21:52 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 17 Jun 2003 21:52:34 +0000 (21:52 +0000)
commit783eaf4774006d8cb6362d4136c88e74b36a0b77
treeda355a2a8c6a046a3f42616ae91c83e78607d6e4
parent5ecd6c4db2b9d4b2d536b0210ad5aaf23bfc4dee
Change all header strings to be as if they were capitalize()'ed.  Also call
capitalize in AbstractHTTPHandler before inserting headers into HTTP instance.

Closes bug #649742, again.
Lib/urllib2.py