[Python-checkins] python/dist/src/Lib/idlelib configHandler.py, 1.35.4.1, 1.35.4.2

anthonybaxter@users.sourceforge.net anthonybaxter at users.sourceforge.net
Fri Jun 3 16:10:51 CEST 2005


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

Modified Files:
      Tag: release24-maint
	configHandler.py 
Log Message:
whitespace normalisation

Index: configHandler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/configHandler.py,v
retrieving revision 1.35.4.1
retrieving revision 1.35.4.2
diff -u -d -r1.35.4.1 -r1.35.4.2
--- configHandler.py	19 Jan 2005 17:12:49 -0000	1.35.4.1
+++ configHandler.py	3 Jun 2005 14:10:48 -0000	1.35.4.2
@@ -193,7 +193,7 @@
         """
         Creates (if required) and returns a filesystem directory for storing
         user config files.
-        
+
         """
         cfgDir = '.idlerc'
         userDir = os.path.expanduser('~')



More information about the Python-checkins mailing list