]> granicus.if.org Git - python/commit
bpo-28414: ssl module idna test (#5395)
authorChristian Heimes <christian@python.org>
Mon, 29 Jan 2018 13:25:13 +0000 (14:25 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2018 13:25:13 +0000 (14:25 +0100)
commit66e5742becce38e69a8f09e5f7051445fc57e92e
treebcd5ec625a57420e73448c756e13cbe18f616715
parent892d66e422d5367673163d62ba40cd70a37d5cf7
bpo-28414: ssl module idna test (#5395)

Add test cases for IDNA 2003 and 2008 host names. IDNA 2003
internationalized host names are working since bpo-31399 has landed. IDNA
2008 deviations are still broken and will be fixed in another patch.

Signed-off-by: Christian Heimes <christian@python.org>
Lib/test/test_ssl.py
Misc/NEWS.d/next/Tests/2018-01-28-21-19-13.bpo-28414.a6Onzt.rst [new file with mode: 0644]