commit | 28a9f2193ade4e0f12d3110d2f199b07f342eff8 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sun Jul 22 19:12:58 2012 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sun Jul 22 19:12:58 2012 -0700 |
tree | d8967df261f7fe4468c0e74fd5abd8811319299c | |
parent | e60e12b57a05e932c9d3ac330dcb7d5a908a1a6c [diff] [blame] |
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
diff --git a/Misc/NEWS b/Misc/NEWS index 0b607db..d8a581b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -424,6 +424,9 @@ - Issue #14034: added the argparse tutorial. +- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch + contributed by Chris Jerdonek. + Tools/Demos -----------