summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2018-01-29 13:25:13 (GMT)
committerGitHub <noreply@github.com>2018-01-29 13:25:13 (GMT)
commit66e5742becce38e69a8f09e5f7051445fc57e92e (patch)
treebcd5ec625a57420e73448c756e13cbe18f616715 /Misc/NEWS.d/next
parent892d66e422d5367673163d62ba40cd70a37d5cf7 (diff)
downloadcpython-66e5742becce38e69a8f09e5f7051445fc57e92e.zip
cpython-66e5742becce38e69a8f09e5f7051445fc57e92e.tar.gz
cpython-66e5742becce38e69a8f09e5f7051445fc57e92e.tar.bz2
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>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Tests/2018-01-28-21-19-13.bpo-28414.a6Onzt.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-01-28-21-19-13.bpo-28414.a6Onzt.rst b/Misc/NEWS.d/next/Tests/2018-01-28-21-19-13.bpo-28414.a6Onzt.rst
new file mode 100644
index 0000000..c64bc55
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2018-01-28-21-19-13.bpo-28414.a6Onzt.rst
@@ -0,0 +1,3 @@
+Add test cases for IDNA 2003 and 2008 host names. IDNA 2003
+internationalized host names are working since bpo-31399 has landed. IDNA
+2008 are still broken.