commit | 4a5a4c28085910c6a40e40f01d763d55f5190e38 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Thu Dec 27 10:24:21 2012 +0100 |
committer | Hynek Schlawack <hs@ox.cx> | Thu Dec 27 10:24:21 2012 +0100 |
tree | 839530349af7d6e406d1ac59e93dbc483f183d2f | |
parent | 4947049b40f6ca304bce5bef3dcbac23e9ed54e1 [diff] [blame] |
#16618: Add more glob regression tests Mostly about symlinks and str/unicode behavior. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 381b091..7642e60 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -574,6 +574,9 @@ Tests ----- +- Issue #16618: Add more regression tests for glob. + Patch by Serhiy Storchaka. + - Issue #16664: Add regression tests for glob's behaviour concerning entries starting with a ".". Patch by Sebastian Kreft.