Message175949
On 18.11.2012 15:30, Christian Heimes wrote:
>
> Christian Heimes added the comment:
>
> 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.
Some other possible names:
- unmodified mode (-U)
- encapsulated mode (-e)
- installation only mode (-I)
- non-local mode (-l)
Since this mode will often be used for testing Python installation
and setup issues, perhaps emphasizing on the testing nature would
be good...
- test installation mode (-T)
FWIW: Isolated and -I works for me as well.
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Source (#1, Nov 19 2012)
>>> Python Projects, Consulting and Support ... http://www.egenix.com/
>>> mxODBC.Zope/Plone.Database.Adapter ... http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
________________________________________________________________________
::: Try our new mxODBC.Connect Python Database Interface for free ! ::::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
http://www.egenix.com/company/contact/ |
|
Date |
User |
Action |
Args |
2012-11-19 08:20:30 | lemburg | set | recipients:
+ lemburg, barry, brett.cannon, pitrou, christian.heimes, eric.araujo, serhiy.storchaka |
2012-11-19 08:20:30 | lemburg | link | issue16499 messages |
2012-11-19 08:20:28 | lemburg | create | |
|