mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.13] gh-120896: Fix typo in version changed note of urllib.parse.urlparse()
(GH-120898) (#120902)
gh-120896: Fix typo in version changed note of `urllib.parse.urlparse()` (GH-120898)
(cherry picked from commit b6fa8fe86a
)
Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
This commit is contained in:
parent
bf7aac3d25
commit
97acd29541
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ or on combining URL components into a URL string.
|
|||
Added IPv6 URL parsing capabilities.
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
The fragment is now parsed for all URL schemes (unless *allow_fragment* is
|
||||
The fragment is now parsed for all URL schemes (unless *allow_fragments* is
|
||||
false), in accordance with :rfc:`3986`. Previously, an allowlist of
|
||||
schemes that support fragments existed.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue