We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c593cd9 commit 1f4d3f1Copy full SHA for 1f4d3f1
NEWS.rst
@@ -1,3 +1,22 @@
1
+v6.4.0
2
+======
3
+
4
+Features
5
+--------
6
7
+- The functions
8
+ ``is_resource()``,
9
+ ``open_binary()``,
10
+ ``open_text()``,
11
+ ``path()``,
12
+ ``read_binary()``, and
13
+ ``read_text()`` are un-deprecated, and support
14
+ subdirectories via multiple positional arguments.
15
+ The ``contents()`` function also allows subdirectories,
16
+ but remains deprecated. (#303)
17
+- Deferred select imports in for a speedup (python/cpython#109829).
18
19
20
v6.3.2
21
======
22
newsfragments/+.feature.rst
newsfragments/303.feature.rst
0 commit comments