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 wumpus
Recipients Lukasa, SamWhited, Socob, asvetlov, berker.peksag, christian.heimes, era, loewis, marten, njs, r.david.murray, underrun, wumpus
Date 2018-01-28.05:29:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517117384.55.0.467229070634.issue17305@psf.upfronthosting.co.za>
In-reply-to
Content
I am avoiding Python's built-in libraries as much as possible in my aiohttp-based crawler because of this issue, but I cannot open a connection to https://xn--ho-hia.de because there is an 'IDNA does not round-trip' raise in the python 3.6 library ssl.py code.

Happy to provide a code sample. I guess the 500-line async crawler in Guido's book was never used on German websites.
History
Date User Action Args
2018-01-28 05:29:44wumpussetrecipients: + wumpus, loewis, christian.heimes, r.david.murray, njs, asvetlov, underrun, berker.peksag, era, marten, Lukasa, SamWhited, Socob
2018-01-28 05:29:44wumpussetmessageid: <1517117384.55.0.467229070634.issue17305@psf.upfronthosting.co.za>
2018-01-28 05:29:44wumpuslinkissue17305 messages
2018-01-28 05:29:44wumpuscreate