]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete mention encoding and errors for importlib.resources.path() (GH-143111)
authorAlexander Shadchin <shadchin@yandex-team.com>
Sat, 6 Jun 2026 11:52:01 +0000 (14:52 +0300)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2026 11:52:01 +0000 (14:52 +0300)
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)