[issue2972] arguments and default path not set in site.py and sitecustomize.py

Brett Cannon report at bugs.python.org
Mon Mar 30 22:40:17 CEST 2009


Brett Cannon <brett at python.org> added the comment:

This cannot change as sys.argv needs to be set after Python initializes
to strip out what arguments were meant for the interpreter and not the
script being run. All of this also needs to happen with site executing
first, so this cannot be changed.

----------
resolution:  -> wont fix
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2972>
_______________________________________


More information about the Python-bugs-list mailing list