summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-07-23 02:12:58 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-07-23 02:12:58 (GMT)
commit28a9f2193ade4e0f12d3110d2f199b07f342eff8 (patch)
treed8967df261f7fe4468c0e74fd5abd8811319299c /Misc
parente60e12b57a05e932c9d3ac330dcb7d5a908a1a6c (diff)
downloadcpython-28a9f2193ade4e0f12d3110d2f199b07f342eff8.zip
cpython-28a9f2193ade4e0f12d3110d2f199b07f342eff8.tar.gz
cpython-28a9f2193ade4e0f12d3110d2f199b07f342eff8.tar.bz2
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
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 0b607db..d8a581b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -424,6 +424,9 @@ Documentation
- Issue #14034: added the argparse tutorial.
+- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch
+ contributed by Chris Jerdonek.
+
Tools/Demos
-----------