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 hvendelbo
Recipients hvendelbo
Date 2008-05-26.16:17:14
SpamBayes Score 0.10678843
Marked as misclassified No
Message-id <1211818636.32.0.584139114136.issue2972@psf.upfronthosting.co.za>
In-reply-to
Content
If you want to use site.py/sitecustomize.py as a regular python script,
altering behaviour of calling the python exe, there is a significant
problem.

sys.argv isn't assigned until after site.py completes, and the directory
of the script to execute is added to sys.path after site.py completes as
well.

If it cannot be introduced for backwards compatibility, there should at
least be a way to access the information
History
Date User Action Args
2008-05-26 16:17:16hvendelbosetspambayes_score: 0.106788 -> 0.10678843
recipients: + hvendelbo
2008-05-26 16:17:16hvendelbosetspambayes_score: 0.106788 -> 0.106788
messageid: <1211818636.32.0.584139114136.issue2972@psf.upfronthosting.co.za>
2008-05-26 16:17:15hvendelbolinkissue2972 messages
2008-05-26 16:17:14hvendelbocreate