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 Lukasa, SamWhited, Socob, asvetlov, berker.peksag, christian.heimes, era, loewis, marten, njs, r.david.murray, underrun, wumpus
Date 2018-01-28.20:22:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517170973.68.0.467229070634.issue17305@psf.upfronthosting.co.za>
In-reply-to
Content
bpo-31399 has fixed hostname matching for IDNA 2003 compatible domain names. IDNA 2008 domain names with German ß are still broken, for example:

UnicodeError: ('IDNA does not round-trip', b'xn--knigsgchen-b4a3dun', b'xn--knigsgsschen-lcb0w')
History
Date User Action Args
2018-01-28 20:22:53christian.heimessetrecipients: + christian.heimes, loewis, r.david.murray, njs, asvetlov, underrun, berker.peksag, era, marten, Lukasa, wumpus, SamWhited, Socob
2018-01-28 20:22:53christian.heimessetmessageid: <1517170973.68.0.467229070634.issue17305@psf.upfronthosting.co.za>
2018-01-28 20:22:53christian.heimeslinkissue17305 messages
2018-01-28 20:22:53christian.heimescreate