Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r56727:d9a74d5a51e2
Date: 2012-08-14 13:20 +0200
http://bitbucket.org/pypy/pypy/changeset/d9a74d5a51e2/

Log:    remove micronumpy from the working modules

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -33,8 +33,8 @@
      "struct", "_hashlib", "_md5", "_minimal_curses",
      "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
      "_bisect", "binascii", "_multiprocessing", '_warnings',
-     "_collections", "_multibytecodec", "micronumpy", "_ffi",
-     "_continuation"]
+     "_collections", "_multibytecodec", "_ffi",
+     "_continuation"] #"micronumpy"
 ))
 
 # Here is the list of modules known to not work yet
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to