[Python-checkins] python/dist/src/Tools/i18n makelocalealias.py, 1.2.2.1, 1.2.2.2

jhylton@users.sourceforge.net jhylton at users.sourceforge.net
Sun Oct 16 07:24:09 CEST 2005


Update of /cvsroot/python/python/dist/src/Tools/i18n
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27718/Tools/i18n

Modified Files:
      Tag: ast-branch
	makelocalealias.py 
Log Message:
Merge head to branch (for the last time)


Index: makelocalealias.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/i18n/makelocalealias.py,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- makelocalealias.py	7 Jan 2005 07:05:10 -0000	1.2.2.1
+++ makelocalealias.py	16 Oct 2005 05:24:06 -0000	1.2.2.2
@@ -62,7 +62,7 @@
             print '#    updated %r -> %r to %r' % \
                   (k, olddata[k], data[k])
         # Additions are not mentioned
-    
+
 if __name__ == '__main__':
     data = locale.locale_alias.copy()
     data.update(parse(LOCALE_ALIAS))
@@ -71,4 +71,3 @@
     print 'locale_alias = {'
     pprint(data)
     print '}'
-    



More information about the Python-checkins mailing list