Chris Jerdonek added the comment:

> Python under Unix uses its own path to determine where the standard library 
> is, and it does so by inspecting argv[0].

Actually, how is the above able to work if sys.argv[0] is set to "-c" when 
Python is invoked using the "-c" option (as it is in the test).

http://docs.python.org/dev/library/sys.html#sys.argv

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16170>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to