From: Martin v. Löwis Date: Tue, 5 Aug 2014 14:11:06 +0000 (+0200) Subject: Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric IPs). X-Git-Tag: v3.5.0a1~1117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18874a9e13d75174358c83c2ae2fbe84c80de0ec;p=thirdparty%2FPython%2Fcpython.git Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric IPs). --- diff --git a/Misc/NEWS b/Misc/NEWS index 6e1d7ea9a79f..f0687e45bb8d 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.