summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2013-02-23 18:55:36 (GMT)
committerPetri Lehtinen <petri@digip.org>2013-02-23 18:55:36 (GMT)
commite2c114733b1c9dc3a78c6723934e523e5260e156 (patch)
treefc83ba9fab260e8c4be27beb79f373e24aacce55 /Misc
parent3c75a48c860e81063c8034e9929ad092b43677ef (diff)
parentee4a20bad61b9315bb28e0162eefd7f0da110499 (diff)
downloadcpython-e2c114733b1c9dc3a78c6723934e523e5260e156.zip
cpython-e2c114733b1c9dc3a78c6723934e523e5260e156.tar.gz
cpython-e2c114733b1c9dc3a78c6723934e523e5260e156.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 1475d71..16e4d54 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -756,6 +756,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.