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 karlcow
Recipients karlcow, orsenthil
Date 2013-03-03.03:08:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362280088.6.0.661186048711.issue17322@psf.upfronthosting.co.za>
In-reply-to
Content
I created 4 tests for testing trailing and leading spaces on

* add_unredirected_header()
* add_header()

and modified the functions.

Tests passed.

→ ./python.exe Lib/test/test_urllib2net.py 
[…]

test_headers_with_spaces (__main__.OtherNetworkTests) ... ok

[…]
----------------------------------------------------------------------
Ran 16 tests in 17.148s

OK (skipped=1)
[137988 refs]

See the patch issue-17322-1.patch
History
Date User Action Args
2013-03-03 03:08:08karlcowsetrecipients: + karlcow, orsenthil
2013-03-03 03:08:08karlcowsetmessageid: <1362280088.6.0.661186048711.issue17322@psf.upfronthosting.co.za>
2013-03-03 03:08:08karlcowlinkissue17322 messages
2013-03-03 03:08:08karlcowcreate