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 Arfrever, bkabrda, christian.heimes, fweimer, georg.brandl, gregory.p.smith, iankko, lemburg, mpessas, pitrou, tim.peters, timehorse, vstinner
Date 2013-05-17.13:23:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368797022.27.0.578268936376.issue17980@psf.upfronthosting.co.za>
In-reply-to
Content
I still think that sub string wildcard should not match the IDN "xn--" prefix. With current code the rules "x*.example.de" gives a positive match for "götter.example.de".

>>> u"götter.example.de".encode("idna")
'xn--gtter-jua.example.de'
History
Date User Action Args
2013-05-17 13:23:42christian.heimessetrecipients: + christian.heimes, lemburg, tim.peters, georg.brandl, gregory.p.smith, pitrou, vstinner, timehorse, Arfrever, iankko, bkabrda, fweimer, mpessas
2013-05-17 13:23:42christian.heimessetmessageid: <1368797022.27.0.578268936376.issue17980@psf.upfronthosting.co.za>
2013-05-17 13:23:42christian.heimeslinkissue17980 messages
2013-05-17 13:23:42christian.heimescreate