]> granicus.if.org Git - python/commit
Issue #25596: Optimized glob() and iglob() functions in the
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 6 Sep 2016 19:33:41 +0000 (22:33 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 6 Sep 2016 19:33:41 +0000 (22:33 +0300)
commit28ab634fa6e733bd01786ae90c3f8173bf1f8ad0
treed1f944ccfbd6058ba0490d7ac84e1ab446a2dc5e
parentea525a2d1a798f529b015f86b174d478806ac7ec
Issue #25596: Optimized glob() and iglob() functions in the
glob module; they are now about 3--6 times faster.
Doc/library/glob.rst
Doc/whatsnew/3.6.rst
Lib/glob.py
Misc/NEWS