Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3k
Changeset: r58989:f5eb386cd043
Date: 2012-11-18 23:37 +0100
http://bitbucket.org/pypy/pypy/changeset/f5eb386cd043/

Log:    _posixsubprocess seems to translate and work correctly

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -34,7 +34,9 @@
      "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
      "_bisect", "binascii", "_multiprocessing", '_warnings',
      "_collections", "_multibytecodec", "_ffi",
-     "_continuation", "_csv"] #, "micronumpy", "_cffi_backend"]
+     "_continuation", "_csv", # "micronumpy", "_cffi_backend",
+     "_posixsubprocess",
+     ]
 ))
 
 # Here is the list of modules known to not work yet
@@ -67,6 +69,7 @@
     del working_modules["pwd"]
     del working_modules["termios"]
     del working_modules["_minimal_curses"]
+    del working_modules["_posixsubprocess"]
 
     # The _locale module is needed by site.py on Windows
     default_modules["_locale"] = None
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to