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 pythonmeister
Recipients draghuram, loewis, pythonmeister, robert.ancell
Date 2007-09-13.19:45:01
SpamBayes Score 0.049341153
Marked as misclassified No
Message-id <1189712701.56.0.190912722385.issue1159@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to see perl/ruby behaviour:
an dict (os.environ), nothing more (perl %ENV,ruby $ENV).
Get rid of setenv/putenv at all.
3.0a1 has even more:
There is os.environ (a dict), os.[put|get]env() and os.environ.putenv()
History
Date User Action Args
2007-09-13 19:45:01pythonmeistersetspambayes_score: 0.0493412 -> 0.049341153
recipients: + pythonmeister, loewis, draghuram, robert.ancell
2007-09-13 19:45:01pythonmeistersetspambayes_score: 0.0493412 -> 0.0493412
messageid: <1189712701.56.0.190912722385.issue1159@psf.upfronthosting.co.za>
2007-09-13 19:45:01pythonmeisterlinkissue1159 messages
2007-09-13 19:45:01pythonmeistercreate