diff options
author | Georg Brandl <georg@python.org> | 2007-10-21 10:24:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-21 10:24:20 (GMT) |
commit | 63fa16832617bfad010e3e70e7f10f713afd7593 (patch) | |
tree | 2f24ea291751a34d0b556833b5a1c3c353fb23a8 /Doc/distutils | |
parent | fa6179701c0dd7f2ecc21fe0ff6204a4e865094f (diff) | |
download | cpython-63fa16832617bfad010e3e70e7f10f713afd7593.zip cpython-63fa16832617bfad010e3e70e7f10f713afd7593.tar.gz cpython-63fa16832617bfad010e3e70e7f10f713afd7593.tar.bz2 |
Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/builtdist.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/builtdist.rst b/Doc/distutils/builtdist.rst index b40ddeb..f6c28d3 100644 --- a/Doc/distutils/builtdist.rst +++ b/Doc/distutils/builtdist.rst @@ -311,7 +311,7 @@ will reflect this and now has the form :file:`foo-1.0.win32-py2.0.exe`. You have to create a separate installer for every Python version you want to support. -The installer will try to compile pure modules into bytecode after installation +The installer will try to compile pure modules into :term:`bytecode` after installation on the target system in normal and optimizing mode. If you don't want this to happen for some reason, you can run the :command:`bdist_wininst` command with the :option:`--no-target-compile` and/or the :option:`--no-target-optimize` |