]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.15] 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:59:53 +0000 (13:59 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2026 11:59:53 +0000 (11:59 +0000)
(cherry picked from commit fded34d6fe8c300f5625b7fddb86a4c56ecc35c5)

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

index 653fa61420be869ae58b61bf1ba0a821a9ad7078..72db66f9f06f8906bd9ac425a2dc2e42034baaa2 100644 (file)
@@ -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)