[Python-checkins] python/dist/src/Lib string.py,1.82,1.83

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Thu Sep 16 02:09:22 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20958/Lib

Modified Files:
	string.py 
Log Message:
Whitespace normalization.


Index: string.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/string.py,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- string.py	14 Sep 2004 09:45:10 -0000	1.82
+++ string.py	16 Sep 2004 00:09:11 -0000	1.83
@@ -178,7 +178,7 @@
             mapping = _multimap(kws, args[0])
         else:
             mapping = args[0]
-        delimiter = self.delimiter[-1]            
+        delimiter = self.delimiter[-1]
         # Helper function for .sub()
         def convert(mo):
             named = mo.group('named')



More information about the Python-checkins mailing list