]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Delete mention encoding and errors for importlib.resources.path() (GH-143111...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Jun 2026 11:58:49 +0000 (13:58 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2026 11:58:49 +0000 (11:58 +0000)
(cherry picked from commit fded34d6fe8c300f5625b7fddb86a4c56ecc35c5)

Co-authored-by: Alexander Shadchin <shadchin@yandex-team.com>
Doc/library/importlib.resources.rst

index 46eab78a22b66a999c4934b64c730df3be45ba2b..1acbab1e57f91791be1bccf730216ac1640a3d80 100644 (file)
@@ -245,7 +245,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)