From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 6 Jun 2026 11:58:49 +0000 (+0200) Subject: [3.13] Delete mention encoding and errors for importlib.resources.path() (GH-143111... X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=8a69d89600887d9e242b8c28881938c741b83f68;p=thirdparty%2FPython%2Fcpython.git [3.13] Delete mention encoding and errors for importlib.resources.path() (GH-143111) (GH-151016) (cherry picked from commit fded34d6fe8c300f5625b7fddb86a4c56ecc35c5) Co-authored-by: Alexander Shadchin --- diff --git a/Doc/library/importlib.resources.rst b/Doc/library/importlib.resources.rst index 46eab78a22b6..1acbab1e57f9 100644 --- a/Doc/library/importlib.resources.rst +++ b/Doc/library/importlib.resources.rst @@ -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)