http://hg.python.org/cpython/rev/1997633ff1fe changeset: 77589:1997633ff1fe user: Brian Curtin <brian at python.org> date: Fri Jun 22 16:03:06 2012 -0500 summary: whitespace normalize files: Lib/shutil.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Lib/shutil.py b/Lib/shutil.py --- a/Lib/shutil.py +++ b/Lib/shutil.py @@ -1008,4 +1008,3 @@ if _access_check(name, mode): return name return None - -- Repository URL: http://hg.python.org/cpython