[Python-Dev] Proto-PEP regarding writing bytecode files

Skip Montanaro skip@pobox.com
Thu, 23 Jan 2003 11:41:13 -0600


    >> This PEP outlines a mechanism for controlling the generation and
    >> location of compiled Python bytecode files.

    Martin> I believe this is currently underspecified: It only talks about
    Martin> where .pyc files are written. Wherefrom are they read?

Fixed in the latest draft, checked into cvs as pep-0304.

Skip