]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 18 Jun 2020 19:08:27 +0000 (22:08 +0300)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2020 19:08:27 +0000 (22:08 +0300)
commit8a64ceaf9856e7570cad6f5d628cce789834e019
treea8744955bcf190b98b8d0d87b1eaa60620013c3f
parent8f192d12af82c4dc40730bf59814f6a68f68f950
bpo-38144: Add the root_dir and dir_fd parameters in glob.glob(). (GH-16075)
Doc/library/glob.rst
Doc/whatsnew/3.10.rst
Lib/glob.py
Lib/test/test_glob.py
Misc/NEWS.d/next/Library/2019-09-12-21-34-03.bpo-38144.8uQCdd.rst [new file with mode: 0644]