diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-06 19:33:41 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-06 19:33:41 (GMT) |
commit | 28ab634fa6e733bd01786ae90c3f8173bf1f8ad0 (patch) | |
tree | d1f944ccfbd6058ba0490d7ac84e1ab446a2dc5e /Misc | |
parent | ea525a2d1a798f529b015f86b174d478806ac7ec (diff) | |
download | cpython-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 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -89,6 +89,9 @@ Core and Builtins Library ------- +- Issue #25596: Optimized glob() and iglob() functions in the + glob module; they are now about 3--6 times faster. + - Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0). |