diff options
author | Greg Ward <gward@python.net> | 2000-10-02 02:15:08 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-10-02 02:15:08 (GMT) |
commit | cb9c9aed01abc99cad2fbadd0b407d226bbbb2ba (patch) | |
tree | fbd48b443553d50a93878964fcb48b73a3e22b60 /Include/parsetok.h | |
parent | 04cc88df05d85d0c8908d912b37c86108e55eccd (diff) | |
download | cpython-cb9c9aed01abc99cad2fbadd0b407d226bbbb2ba.zip cpython-cb9c9aed01abc99cad2fbadd0b407d226bbbb2ba.tar.gz cpython-cb9c9aed01abc99cad2fbadd0b407d226bbbb2ba.tar.bz2 |
Finished the overhaul of byte-compilation options: there's now a 6-way
choice between (compile, no-compile) * (optimize=0, optimize=1,
optimize=2). Details:
- added --no-compile option to complement --compile, which has
been there for ages
- changed --optimize (which never worked) to a value option, which
expects 0, 1, or 2
- renamed 'bytecompile()' method to 'byte_compile()', and beefed
it up to handle both 'compile' and 'optimize' options
- fix '_bytecode_filenames()' to respect the new options
Diffstat (limited to 'Include/parsetok.h')
0 files changed, 0 insertions, 0 deletions