diff options
Diffstat (limited to 'Doc/packaging/builtdist.rst')
-rw-r--r-- | Doc/packaging/builtdist.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/packaging/builtdist.rst b/Doc/packaging/builtdist.rst index b1e5e93..1d9a349 100644 --- a/Doc/packaging/builtdist.rst +++ b/Doc/packaging/builtdist.rst @@ -164,9 +164,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. -.. TODO Add :term: markup to bytecode when merging into the stdlib - -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` |