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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to