commit | 2342784d285708ffd7ab742b3df888c004fb97e2 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Sat Feb 23 19:53:03 2013 +0100 |
committer | Petri Lehtinen <petri@digip.org> | Sat Feb 23 19:53:03 2013 +0100 |
tree | f25948db841a419d5438f586f944eefebb19877d | |
parent | 0b785036ef5482e55360b73df2176d672c97edaf [diff] [blame] |
Issue #16695: Document how glob handles filenames starting with a dot
diff --git a/Misc/NEWS b/Misc/NEWS index 926593a..9f2a2be 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -926,6 +926,9 @@ Documentation ------------- +- Issue #16695: Document how glob handles filenames starting with a + dot. Initial patch by Jyrki Pulliainen. + - Issue #8890: Stop advertising an insecure practice by replacing uses of the /tmp directory with better alternatives in the documentation. Patch by Geoff Wilson.