[pypy-svn] pypy default: Includes the interp-level implementation of the _locale module.

amauryfa commits-noreply at bitbucket.org
Wed Feb 9 01:58:13 CET 2011


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: 
Changeset: r41715:415e713bc52d
Date: 2011-02-09 01:28 +0100
http://bitbucket.org/pypy/pypy/changeset/415e713bc52d/

Log:	Includes the interp-level implementation of the _locale module. (it
	was already translated on Windows) this should unskip test_locale.py

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -27,7 +27,7 @@
 # --allworkingmodules
 working_modules = default_modules.copy()
 working_modules.update(dict.fromkeys(
-    ["_socket", "unicodedata", "mmap", "fcntl",
+    ["_socket", "unicodedata", "mmap", "fcntl", "_locale",
      "rctime" , "select", "zipimport", "_lsprof",
      "crypt", "signal", "_rawffi", "termios", "zlib", "bz2",
      "struct", "_hashlib", "_md5", "_sha", "_minimal_curses", "cStringIO",


More information about the Pypy-commit mailing list