mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric IPs).
This commit is contained in:
parent
eb1c28a849
commit
18874a9e13
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ Library
|
||||||
Extension Modules
|
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).
|
(in particular for numeric IPs).
|
||||||
|
|
||||||
- Issue #21407: _decimal: The module now supports function signatures.
|
- Issue #21407: _decimal: The module now supports function signatures.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue