[Python-checkins] cpython: Fix whitespace

antoine.pitrou python-checkins at python.org
Fri Nov 22 17:38:53 CET 2013


http://hg.python.org/cpython/rev/8877dd155a13
changeset:   87349:8877dd155a13
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Nov 22 17:38:41 2013 +0100
summary:
  Fix whitespace

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


diff --git a/Lib/pathlib.py b/Lib/pathlib.py
--- a/Lib/pathlib.py
+++ b/Lib/pathlib.py
@@ -1284,4 +1284,3 @@
 
 class WindowsPath(Path, PureWindowsPath):
     __slots__ = ()
-

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


More information about the Python-checkins mailing list