[py-svn] r7780 - py/dist/py/path/svn

hpk at codespeak.net hpk at codespeak.net
Wed Dec 8 22:40:29 CET 2004


Author: hpk
Date: Wed Dec  8 22:40:27 2004
New Revision: 7780

Modified:
   py/dist/py/path/svn/svncommon.py
Log:
i think more modern svn version care for setting 
a C locale themselves (not sure though) 



Modified: py/dist/py/path/svn/svncommon.py
==============================================================================
--- py/dist/py/path/svn/svncommon.py	(original)
+++ py/dist/py/path/svn/svncommon.py	Wed Dec  8 22:40:27 2004
@@ -268,6 +268,6 @@
         return value
 
 def fixlocale():
-    if sys.platform != 'win32':
-        return 'LC_ALL=C '
+    #if sys.platform != 'win32':
+    #    return 'LC_ALL=C '
     return ''



More information about the pytest-commit mailing list