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, gregory.p.smith, kmille, xtreak
Date 2019-06-11.06:25:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560234308.85.0.291444041621.issue37217@roundup.psfhosted.org>
In-reply-to
Content
Yes, this looks like a duplicate of issue30594. kmille, please contact Ubuntu and ask them to apply the fix to 16.04.

By the way, your hostname is not correct. "xn--b" is an invalid punycode. The correct IDNA encoding for the domain looks like this:

>>> "www.buchhandlunggründen.de".encode('idna')
b'www.xn--buchhandlunggrnden-z6b.de'
History
Date User Action Args
2019-06-11 06:25:08christian.heimessetrecipients: + christian.heimes, gregory.p.smith, xtreak, kmille
2019-06-11 06:25:08christian.heimessetmessageid: <1560234308.85.0.291444041621.issue37217@roundup.psfhosted.org>
2019-06-11 06:25:08christian.heimeslinkissue37217 messages
2019-06-11 06:25:08christian.heimescreate