[Python-checkins] cpython (3.2): strip trailing ws

benjamin.peterson python-checkins at python.org
Mon Jun 27 16:19:16 CEST 2011


http://hg.python.org/cpython/rev/adc244036ef7
changeset:   71013:adc244036ef7
branch:      3.2
parent:      71011:ea1c38662a75
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Jun 27 09:18:46 2011 -0500
summary:
  strip trailing ws

files:
  Lib/profile.py |  6 +++---
  Lib/pstats.py  |  6 +++---
  2 files changed, 6 insertions(+), 6 deletions(-)


diff --git a/Lib/profile.py b/Lib/profile.py
--- a/Lib/profile.py
+++ b/Lib/profile.py
@@ -10,13 +10,13 @@
 
 # Copyright Disney Enterprises, Inc.  All Rights Reserved.
 # Licensed to PSF under a Contributor Agreement
-# 
+#
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
-#  
+#
 # http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
diff --git a/Lib/pstats.py b/Lib/pstats.py
--- a/Lib/pstats.py
+++ b/Lib/pstats.py
@@ -10,13 +10,13 @@
 
 # Copyright Disney Enterprises, Inc.  All Rights Reserved.
 # Licensed to PSF under a Contributor Agreement
-# 
+#
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
-#  
+#
 # http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,

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


More information about the Python-checkins mailing list