Hi,

On 9 June 2015 at 11:34, Yicong Huang <hengha....@gmail.com> wrote:
> import select     =>  ImportError: No module named select
> import pypy.module.select     =>ImportError: No module named pypy
>
> But __pypy__ module is able to be imported.

I guess it's because __pypy__ is always enabled, but other modules can
be enabled or disabled (for example using "spaceconfig" if you're
writing tests in the same style as ours).


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to