From 3c1c9ba285ccfac4ae67f13312b118aefbad3d48 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 6 Jun 2026 13:59:53 +0200 Subject: [PATCH] [3.15] Delete mention encoding and errors for importlib.resources.path() (GH-143111) (GH-151014) (cherry picked from commit fded34d6fe8c300f5625b7fddb86a4c56ecc35c5) Co-authored-by: Alexander Shadchin --- Doc/library/importlib.resources.rst | 1 - 1 file changed, 1 deletion(-) 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) -- 2.47.3