forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to 3.14. Add a What's New entry.
- Loading branch information
1 parent
0017071
commit 77b46fc
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Misc/NEWS.d/next/Library/2024-03-16-13-38-27.gh-issue-116897.UDQTjp.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Accepting objects with false values (like ``0`` and ``[]``) except empty | ||
strings and byte-like objects and ``None`` in :mod:`urllib.parse` functions | ||
:func:`urllib.parse.parse_qsl` and :func:`urllib.parse.parse_qs` is now | ||
strings, byte-like objects and ``None`` in :mod:`urllib.parse` functions | ||
:func:`~urllib.parse.parse_qsl` and :func:`~urllib.parse.parse_qs` is now | ||
deprecated. |