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 xtreak
Recipients gregory.p.smith, martin.panter, miss-islington, orange, serhiy.storchaka, vstinner, ware, xiang.zhang, xtreak
Date 2019-05-02.17:47:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556819262.33.0.165777145464.issue30458@roundup.psfhosted.org>
In-reply-to
Content
> One thing to note though is that they claim URLs with spaces embedded in them are apparently somewhat common in the world, we might want to relax our check to not include space (\x20) in the rejected characters for that reason.

Guess I missed it in the PR discussion and read your comment [0] now about the change from golang's fix that excluded space as a problematic character. Is it worth documenting this change somewhere like a versionchanged directive in http.client?

[0] https://github.com/python/cpython/pull/12755#discussion_r279888496

Thanks for the details.
History
Date User Action Args
2019-05-02 17:47:42xtreaksetrecipients: + xtreak, gregory.p.smith, vstinner, martin.panter, serhiy.storchaka, xiang.zhang, orange, miss-islington, ware
2019-05-02 17:47:42xtreaksetmessageid: <1556819262.33.0.165777145464.issue30458@roundup.psfhosted.org>
2019-05-02 17:47:42xtreaklinkissue30458 messages
2019-05-02 17:47:42xtreakcreate