Hello,
You probably know that Python3.3 has a completely new implementation
of the import system:
http://docs.python.org/dev/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import
(yes, import is now written in Python!)
But there is a missing feature: it has always been possible to ins
Amaury Forgeot d'Arc wrote:
> Hello,
>
> You probably know that Python3.3 has a completely new implementation
> of the import system:
> http://docs.python.org/dev/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import
> (yes, import is now written in Python!)
>
> But there is a missing f