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 demian.brecht
Recipients demian.brecht, r.david.murray, vova
Date 2015-04-02.15:14:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427987697.15.0.290528005274.issue22708@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and follow up Vova. I've come across this line and it puzzled me as well as to why it's hardcoded. Rather than the hardcoded approach in your patch, I've attached a patch that uses _http_vsn_str which is consistent with other areas of the library.

Additionally, I noticed that a failure will occur if the destination address contains characters outside of ASCII range, so I've added support for IDN.

I assume that the patch should be committed to tip and maintenance branches as both issues are bugs (there is IDN support elsewhere in the library).
History
Date User Action Args
2015-04-02 15:14:57demian.brechtsetrecipients: + demian.brecht, r.david.murray, vova
2015-04-02 15:14:57demian.brechtsetmessageid: <1427987697.15.0.290528005274.issue22708@psf.upfronthosting.co.za>
2015-04-02 15:14:57demian.brechtlinkissue22708 messages
2015-04-02 15:14:56demian.brechtcreate