This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author abadger1999
Recipients
Date 2006-08-16.18:25:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=944205

Thanks. PEP 304 is a bit different.  It is specifying the
ability to read and write bytecode to a different directory
structure while this is specifying that bytecode, once
written is taken as canoncical even when options on the
python commandline would change the bytecode that is written.

Another solution in addition to those above would be writing
files with different extensions for different optimization
levels although this seems worse than either of the other
two changes.
History
Date User Action Args
2007-08-23 16:12:04adminlinkissue1538778 messages
2007-08-23 16:12:04admincreate