This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jlgijsbers
Recipients
Date 2004-07-22.20:48:23
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
urllib2.py version 1.72 uses capitalize() on HTTP
header names. This results in headers like "User-agent"
instead of "User-Agent". The former form is used
throughout the module as well. This is incorrect.

In this patch I've removed the capitalize() calls and
used the correct form throughout both the module.and
the tests.
History
Date User Action Args
2007-08-23 15:38:48adminlinkissue996159 messages
2007-08-23 15:38:48admincreate