[issue1668] -E command line parameter intent

Joseph Armbruster report at bugs.python.org
Thu Dec 20 06:56:18 CET 2007


New submission from Joseph Armbruster:

url: http://svn.python.org/projects/python/branches/py3k
rev: 59577

The intent of the -E command line parameter is not entirely clear from
it's description.  If it implies that All environment variables will be
ignored then this is not currently the case.  If it implies that a few
select environment variables will be ignored, then this is partially the
case.

See the attached patch for the potentially odd cases.

----------
components: Interpreter Core
files: getenvpatch.patch
messages: 58859
nosy: JosephArmbruster
severity: normal
status: open
title: -E command line parameter intent
type: behavior
versions: Python 3.0
Added file: http://bugs.python.org/file9008/getenvpatch.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1668>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getenvpatch.patch
Type: application/octet-stream
Size: 1044 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071220/04cd1903/attachment.obj 


More information about the Python-bugs-list mailing list