https://github.com/python/cpython/commit/fded34d6fe8c300f5625b7fddb86a4c56ecc35c5
commit: fded34d6fe8c300f5625b7fddb86a4c56ecc35c5
branch: main
author: Alexander Shadchin <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2026-06-06T14:52:01+03:00
summary:

Delete mention encoding and errors for importlib.resources.path() (GH-143111)

files:
M Doc/library/importlib.resources.rst

diff --git a/Doc/library/importlib.resources.rst 
b/Doc/library/importlib.resources.rst
index 653fa61420be86..72db66f9f06f89 100644
--- a/Doc/library/importlib.resources.rst
+++ b/Doc/library/importlib.resources.rst
@@ -240,7 +240,6 @@ For all the following functions:
 
     .. versionchanged:: 3.13
         Multiple *path_names* are accepted.
-        *encoding* and *errors* must be given as keyword arguments.
 
 
 .. function:: is_resource(anchor, *path_names)

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to