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 loewis
Recipients gvanrossum, loewis, ncoghlan, neologix, pitrou, serhiy.storchaka, vstinner
Date 2014-08-04.15:02:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407164547.1.0.854804551784.issue22127@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch makes the difference between Unicode and bytes strings for host names negligible, plus it slightly speeds up the bytes case as well.
History
Date User Action Args
2014-08-04 15:02:27loewissetrecipients: + loewis, gvanrossum, ncoghlan, pitrou, vstinner, neologix, serhiy.storchaka
2014-08-04 15:02:27loewissetmessageid: <1407164547.1.0.854804551784.issue22127@psf.upfronthosting.co.za>
2014-08-04 15:02:27loewislinkissue22127 messages
2014-08-04 15:02:27loewiscreate