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 christian.heimes
Recipients barry, christian.heimes, lemburg
Date 2012-11-18.14:29:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353249000.81.0.759402366146.issue16499@psf.upfronthosting.co.za>
In-reply-to
Content
The first patch implements the arg parsing, sys.flags, PySys_SetArgv() modification that doesn't include the current directory as sys.path[0] and some doc updates.

Open issue:

 - MAL has addressed concerns that '-I' is too similar to GCC's -I (include path) option
 - Is 'isolated mode' a good term to describe the feature? IMO 'restricted mode' is also a good name but it sounds too similar to PyPy's restricted python.
History
Date User Action Args
2012-11-18 14:30:01christian.heimessetrecipients: + christian.heimes, lemburg, barry
2012-11-18 14:30:00christian.heimessetmessageid: <1353249000.81.0.759402366146.issue16499@psf.upfronthosting.co.za>
2012-11-18 14:30:00christian.heimeslinkissue16499 messages
2012-11-18 14:30:00christian.heimescreate