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 neologix
Recipients gvanrossum, loewis, ncoghlan, neologix, pitrou, serhiy.storchaka, vstinner
Date 2014-08-04.15:30:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1WvXKOQmxSk2O22ipaF_eH3jeY96_9fXd_m9w6xdD0bA@mail.gmail.com>
In-reply-to <1407160976.41.0.440665914102.issue22127@psf.upfronthosting.co.za>
Content
> Charles-François: you get the idna overhead in 2.7, too, by specifying u'127.0.0.1' as the address.

I don't see it in a profile output, and the timing doesn't change
whether I pass '127.0.0.1' or b'127.0.0.1' in 2.7.
History
Date User Action Args
2014-08-04 15:30:04neologixsetrecipients: + neologix, gvanrossum, loewis, ncoghlan, pitrou, vstinner, serhiy.storchaka
2014-08-04 15:30:04neologixlinkissue22127 messages
2014-08-04 15:30:04neologixcreate