summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-09-06 19:33:41 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-09-06 19:33:41 (GMT)
commit28ab634fa6e733bd01786ae90c3f8173bf1f8ad0 (patch)
treed1f944ccfbd6058ba0490d7ac84e1ab446a2dc5e /Doc/whatsnew
parentea525a2d1a798f529b015f86b174d478806ac7ec (diff)
downloadcpython-28ab634fa6e733bd01786ae90c3f8173bf1f8ad0.zip
cpython-28ab634fa6e733bd01786ae90c3f8173bf1f8ad0.tar.gz
cpython-28ab634fa6e733bd01786ae90c3f8173bf1f8ad0.tar.bz2
Issue #25596: Optimized glob() and iglob() functions in the
glob module; they are now about 3--6 times faster.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.6.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 085bca3..7abfac9 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -767,6 +767,10 @@ Optimizations
Argument Clinic this overhead is significantly decreased.
(Contributed by Serhiy Storchaka in :issue:`27574`).
+* Optimized :func:`~glob.glob` and :func:`~glob.iglob` functions in the
+ :mod:`glob` module; they are now about 3--6 times faster.
+ (Contributed by Serhiy Storchaka in :issue:`25596`).
+
Build and C API Changes
=======================