[Python-checkins] cpython: Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric

martin.v.loewis python-checkins at python.org
Tue Aug 5 16:11:09 CEST 2014


http://hg.python.org/cpython/rev/0b477934e0a1
changeset:   92013:0b477934e0a1
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Tue Aug 05 16:11:06 2014 +0200
summary:
  Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric IPs).

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -671,7 +671,7 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list