Question regarding the standard library?

Fredrik Lundh fredrik at pythonware.com
Tue Aug 19 09:22:14 EDT 2008


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>




More information about the Python-list mailing list