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 loewis, neologix, pitrou, vstinner
Date 2014-08-03.22:11:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM3Ssu49bT-b7e19L4iivnJhCtSkYQwNvC7F=Ur5n7CLZQ@mail.gmail.com>
In-reply-to <CAMpsgwbeMykeeECXzRLhJkzVOtHQSD9=QeFheOMG51bwWdHi7g@mail.gmail.com>
Content
> For Python, the encoder is only used when you pass a Unicode string.

Hm...
I'm passing ('127.0.0.1', 4242)as destination, and you can see in the
above profile that the idna encode function is called.
This doesn't occur with 2.7.
History
Date User Action Args
2014-08-03 22:11:19neologixsetrecipients: + neologix, loewis, pitrou, vstinner
2014-08-03 22:11:19neologixlinkissue22127 messages
2014-08-03 22:11:19neologixcreate