We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e6101 commit 1b8624bCopy full SHA for 1b8624b
1 file changed
Doc/whatsnew/3.11.rst
@@ -492,6 +492,11 @@ Deprecated
492
:func:`locale.getlocale` functions instead.
493
(Contributed by Victor Stinner in :issue:`46659`.)
494
495
+* Providing anything but a string or bytes object to :mod:`urllib.parse`
496
+ functions expecting strings or bytes now raises :exc:`DeprecationWarning`
497
+ if the value tests false, or :exc:`TypeError` if it tests true.
498
+ (Contributed by Jacob Walls in :issue:`19094`.)
499
+
500
501
Removed
502
=======
0 commit comments