summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9da1757..1335af1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,9 @@ Library
- Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
+- Issue #26032: Optimized globbing in pathlib by using os.scandir(); it is now
+ about 1.5--4 times faster.
+
- Issue #25596: Optimized glob() and iglob() functions in the
glob module; they are now about 3--6 times faster.