From fa60969a37ed01302d2ed01956e8ef18eba87923 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 21 Mar 2024 09:34:23 -0400 Subject: [PATCH] Add news fragment. --- newsfragments/303.feature.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 newsfragments/303.feature.rst diff --git a/newsfragments/303.feature.rst b/newsfragments/303.feature.rst new file mode 100644 index 0000000..537a0c2 --- /dev/null +++ b/newsfragments/303.feature.rst @@ -0,0 +1,10 @@ +The functions +``is_resource()``, +``open_binary()``, +``open_text()``, +``path()``, +``read_binary()``, and +``read_text()`` are un-deprecated, and support +subdirectories via multiple positional arguments. +The ``contents()`` function also allows subdirectories, +but remains deprecated.