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

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

index 45d42634f66292a208d61208168409390a522011..0bebd974d3ad308e2f29303403f72401b806a6a7 100644 (file)
@@ -237,7 +237,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)