Hussein B wrote:

Is the standard library compiled?

the portions are written in Python are compiled to PYC files, just like modules you write yourself are automatically compiled to PYC files when you import them.

(why not just look in the Python installation tree? it's all there for you to tinker with.)

</F>

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to