summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-07-23 02:31:36 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-07-23 02:31:36 (GMT)
commitd74062948d890ca787721dbefd3ab8caf518c554 (patch)
tree6510ceb02560441b030e84f4942b119ae871cf5a /Misc
parent4fb6b0a104ebc2a94638100d013b1d2e917373ba (diff)
parent28a9f2193ade4e0f12d3110d2f199b07f342eff8 (diff)
downloadcpython-d74062948d890ca787721dbefd3ab8caf518c554.zip
cpython-d74062948d890ca787721dbefd3ab8caf518c554.tar.gz
cpython-d74062948d890ca787721dbefd3ab8caf518c554.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 62099bf..b9ee301 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -196,6 +196,9 @@ Documentation
- Issue #13557: Clarify effect of giving two different namespaces to exec or
execfile().
+- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch
+ contributed by Chris Jerdonek.
+
Tests
-----