[pypy-svn] r8534 - pypy/dist/pypy/module

sanxiyn at codespeak.net sanxiyn at codespeak.net
Tue Jan 25 05:30:03 CET 2005


Author: sanxiyn
Date: Tue Jan 25 05:30:03 2005
New Revision: 8534

Modified:
   pypy/dist/pypy/module/sysmodule.py
Log:
typo: mcbs -> mbcs


Modified: pypy/dist/pypy/module/sysmodule.py
==============================================================================
--- pypy/dist/pypy/module/sysmodule.py	(original)
+++ pypy/dist/pypy/module/sysmodule.py	Tue Jan 25 05:30:03 2005
@@ -50,7 +50,7 @@
 operating system filenames."""
     
     if platform == "win32":
-        encoding = "mcbs"
+        encoding = "mbcs"
     elif platform == "darwin":
         encoding = "utf-8"
     else:



More information about the Pypy-commit mailing list