From: Alexander Shadchin Date: Sat, 6 Jun 2026 11:52:01 +0000 (+0300) Subject: 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=fded34d6fe8c300f5625b7fddb86a4c56ecc35c5;p=thirdparty%2FPython%2Fcpython.git Delete mention encoding and errors for importlib.resources.path() (GH-143111) --- diff --git a/Doc/library/importlib.resources.rst b/Doc/library/importlib.resources.rst index 653fa61420be..72db66f9f06f 100644 --- a/Doc/library/importlib.resources.rst +++ b/Doc/library/importlib.resources.rst @@ -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)