diff --git a/NEWS.rst b/NEWS.rst index 4404e90..c4a6f36 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,22 @@ +v6.4.0 +====== + +Features +-------- + +- 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. (#303) +- Deferred select imports in for a speedup (python/cpython#109829). + + v6.3.2 ====== diff --git a/newsfragments/+.feature.rst b/newsfragments/+.feature.rst deleted file mode 100644 index 976f76f..0000000 --- a/newsfragments/+.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Deferred select imports in for a speedup (python/cpython#109829). diff --git a/newsfragments/303.feature.rst b/newsfragments/303.feature.rst deleted file mode 100644 index 537a0c2..0000000 --- a/newsfragments/303.feature.rst +++ /dev/null @@ -1,10 +0,0 @@ -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.