Skip to content

Commit

Permalink
Finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 21, 2024
1 parent c593cd9 commit 1f4d3f1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
19 changes: 19 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -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
======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/+.feature.rst

This file was deleted.

10 changes: 0 additions & 10 deletions newsfragments/303.feature.rst

This file was deleted.

0 comments on commit 1f4d3f1

Please sign in to comment.