mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix typo in NEWS. (GH-26346)
This commit is contained in:
parent
ee3d78ef73
commit
2a4cb007a7
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Add new audit event ``glob.glob/2`` to incorporate the new *root_dir* and
|
|||
:mod:`ipaddress` module no longer accepts any leading zeros in IPv4 address
|
||||
strings. Leading zeros are ambiguous and interpreted as octal notation by
|
||||
some libraries. For example the legacy function :func:`socket.inet_aton`
|
||||
treats leading zeros as octal notatation. glibc implementation of modern
|
||||
treats leading zeros as octal notation. glibc implementation of modern
|
||||
:func:`~socket.inet_pton` does not accept any leading zeros. For a while the
|
||||
:mod:`ipaddress` module used to accept ambiguous leading zeros.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue