summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2014-08-05 14:11:06 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2014-08-05 14:11:06 (GMT)
commit18874a9e13d75174358c83c2ae2fbe84c80de0ec (patch)
tree7e694adea26ab9b0d51112219674a2dc98caf7cd /Misc
parenteb1c28a849efd2d7a009f2669c1130a1757b1e8b (diff)
downloadcpython-18874a9e13d75174358c83c2ae2fbe84c80de0ec.zip
cpython-18874a9e13d75174358c83c2ae2fbe84c80de0ec.tar.gz
cpython-18874a9e13d75174358c83c2ae2fbe84c80de0ec.tar.bz2
Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric IPs).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6e1d7ea..f0687e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -671,7 +671,7 @@ Library
Extension Modules
-----------------
-- Issue #22127: Bypass IDNA for pure-ASCII host names
+- Issue #22127: Bypass IDNA for pure-ASCII host names in the socket module
(in particular for numeric IPs).
- Issue #21407: _decimal: The module now supports function signatures.