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 crickert
Recipients crickert, r.david.murray
Date 2015-11-06.21:43:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446846181.27.0.773082392904.issue25570@psf.upfronthosting.co.za>
In-reply-to
Content
Hi David,

Thanks for looking into this.

IMHO it would be very helpful for code debugging, if "add_header" rejects invalid header arguments ad hoc.
As an alternative, the documentation I used for the implementation [https://docs.python.org/3.6/library/urllib.request.html] could be updated.


"Content-Type:: application/x-www-form-urlencoded;charset=utf-8"
A scope resolution operator thingy in the header? - What could possibly go wrong?  ^^
History
Date User Action Args
2015-11-06 21:43:01crickertsetrecipients: + crickert, r.david.murray
2015-11-06 21:43:01crickertsetmessageid: <1446846181.27.0.773082392904.issue25570@psf.upfronthosting.co.za>
2015-11-06 21:43:01crickertlinkissue25570 messages
2015-11-06 21:43:01crickertcreate