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 davidfraser
Recipients
Date 2003-08-22.10:08:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
For distributing non-opensource software, it is helpful
to just distribute the .pyc/.pyo files and not the
original .py files.
The reverse (just distributing .py files) is possible
through the --no-target-compile and
--no-target-optimize switches to the distutils bdist
command.
We have added a --remove-source option which goes
through and deletes all the source files from the build
directory. This has been tested and works smoothly with
Python 2.2.3 and seems to apply cleanly to Python 2.3
History
Date User Action Args
2007-08-23 16:07:04adminlinkissue793069 messages
2007-08-23 16:07:04admincreate