Python 3000 and import __hello__

Christian Heimes lists at cheimes.de
Sat Jan 19 18:18:09 EST 2008


Brad wrote:
> Just playing around with Python3000 a2 release on Windows XP 32-bit x86.
> 
> import __hello__
> 
> doesn't print 'hello world...' as it does on 2.5
> 
> The import doesn't fail or generate errors... just no output. Perhaps 
> this is by design?

I changed the __hello__ frozen module a while ago. The print was
unreliable for some new unit tests.

Christian



More information about the Python-list mailing list