diff options
author | Hynek Schlawack <hs@ox.cx> | 2012-12-16 11:39:11 (GMT) |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2012-12-16 11:39:11 (GMT) |
commit | dec59ec5ff9f48d1fe9bf8f5ff3874ef9f0f54ad (patch) | |
tree | bdf7fbb906dc477ee437f96831e9eff3e9c9d1f8 /Misc | |
parent | 7eb8a1a0cb0b1b84bd9748e1e584f143c70b9e97 (diff) | |
download | cpython-dec59ec5ff9f48d1fe9bf8f5ff3874ef9f0f54ad.zip cpython-dec59ec5ff9f48d1fe9bf8f5ff3874ef9f0f54ad.tar.gz cpython-dec59ec5ff9f48d1fe9bf8f5ff3874ef9f0f54ad.tar.bz2 |
#16664: Add regression tests for glob's behaviour concerning "."-entries
Patch by Sebastian Kreft.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -587,6 +587,7 @@ Jerzy Kozera Maksim Kozyarchuk Stefan Krah Bob Kras +Sebastian Kreft Holger Krekel Michael Kremer Fabian Kreutz @@ -689,6 +689,9 @@ Extension Modules Tests ----- +- Issue #16664: Add regression tests for glob's behaviour concerning entries + starting with a ".". Patch by Sebastian Kreft. + - Issue #15872: Add tests for a 3.3 regression which caused the new fd-based shutil.rmtree not ignore all errors. Also add a test ensuring that rmtree fails when being called on a symlink. Patch by Serhiy Storchaka. |