[Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21355)

benjamin.peterson python-checkins at python.org
Sat Apr 26 19:36:44 CEST 2014


http://hg.python.org/cpython/rev/9ab6d13553ef
changeset:   90464:9ab6d13553ef
parent:      90460:d3e8db93dc18
parent:      90463:b7fd640fb159
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Apr 26 13:36:35 2014 -0400
summary:
  merge 3.4 (#21355)

files:
  Lib/filecmp.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/filecmp.py b/Lib/filecmp.py
--- a/Lib/filecmp.py
+++ b/Lib/filecmp.py
@@ -36,7 +36,7 @@
     f2 -- Second file name
 
     shallow -- Just check stat signature (do not read the files).
-               defaults to 1.
+               defaults to True.
 
     Return value:
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list