[Python-checkins] cpython: Normalize whitespace

antoine.pitrou python-checkins at python.org
Sat Jun 16 22:54:06 CEST 2012


http://hg.python.org/cpython/rev/7cb974fe5e43
changeset:   77472:7cb974fe5e43
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Jun 16 22:50:54 2012 +0200
summary:
  Normalize whitespace

files:
  Lib/encodings/hp_roman8.py |  1 -
  Lib/encodings/palmos.py    |  1 -
  2 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Lib/encodings/hp_roman8.py b/Lib/encodings/hp_roman8.py
--- a/Lib/encodings/hp_roman8.py
+++ b/Lib/encodings/hp_roman8.py
@@ -310,4 +310,3 @@
 
 ### Encoding table
 encoding_table=codecs.charmap_build(decoding_table)
-
diff --git a/Lib/encodings/palmos.py b/Lib/encodings/palmos.py
--- a/Lib/encodings/palmos.py
+++ b/Lib/encodings/palmos.py
@@ -306,4 +306,3 @@
 
 ### Encoding table
 encoding_table=codecs.charmap_build(decoding_table)
-

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


More information about the Python-checkins mailing list