[Pyrex] "import ... as ..." has different result in python vs pyrex

Greg Ewing greg.ewing at canterbury.ac.nz
Mon May 7 00:24:15 UTC 2007


Dan wrote:
> If the following is run with Python:
> 	import dir.module as M
> Then 'M' is the module 'dir.module', but when run as Pyrex 'M' is the
> module 'dir'.

That certainly sounds like a bug. I'll look into it.

Thanks, Greg



More information about the Pyrex mailing list