diff options
author | Petri Lehtinen <petri@digip.org> | 2013-02-23 18:53:03 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2013-02-23 18:53:27 (GMT) |
commit | ee4a20bad61b9315bb28e0162eefd7f0da110499 (patch) | |
tree | b2eeb1142863da0cda333b5d6ff85d6fadb53584 /Misc | |
parent | 9f74c6cf7d0fd6188194e7bba8f059843b9c3c89 (diff) | |
download | cpython-ee4a20bad61b9315bb28e0162eefd7f0da110499.zip cpython-ee4a20bad61b9315bb28e0162eefd7f0da110499.tar.gz cpython-ee4a20bad61b9315bb28e0162eefd7f0da110499.tar.bz2 |
Issue #16695: Document how glob handles filenames starting with a dot
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1078,6 +1078,9 @@ Tools/Demos 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. |