summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2013-02-23 18:53:03 (GMT)
committerPetri Lehtinen <petri@digip.org>2013-02-23 18:53:27 (GMT)
commitee4a20bad61b9315bb28e0162eefd7f0da110499 (patch)
treeb2eeb1142863da0cda333b5d6ff85d6fadb53584 /Misc
parent9f74c6cf7d0fd6188194e7bba8f059843b9c3c89 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1550d0e..73ad78a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.