]> granicus.if.org Git - python/commitdiff
Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric IPs).
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 5 Aug 2014 14:11:06 +0000 (16:11 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 5 Aug 2014 14:11:06 +0000 (16:11 +0200)
Misc/NEWS

index 6e1d7ea9a79f0ff7f84b0a12fed5ccc8d5d78da3..f0687e45bb8da7e699c3255a6cbf3073e3ebe986 100644 (file)
--- 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.