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 christian.heimes
Recipients christian.heimes, slingamn
Date 2022-02-14.18:07:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644862067.58.0.283258020663.issue46750@roundup.psfhosted.org>
In-reply-to
Content
It's 100 times faster. The initial import takes about 150 μsec (0.15msec) and it's a one time cost. IDNA encoding of a typical hostname is about 70nsec. A DNS lookup is three magnitudes slower.
History
Date User Action Args
2022-02-14 18:07:47christian.heimessetrecipients: + christian.heimes, slingamn
2022-02-14 18:07:47christian.heimessetmessageid: <1644862067.58.0.283258020663.issue46750@roundup.psfhosted.org>
2022-02-14 18:07:47christian.heimeslinkissue46750 messages
2022-02-14 18:07:47christian.heimescreate