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 ezio.melotti
Recipients amaury.forgeotdarc, ezio.melotti, kjohnson
Date 2009-11-17.07:42:50
SpamBayes Score 1.2675875e-08
Marked as misclassified No
Message-id <1258443774.38.0.817621715712.issue7310@psf.upfronthosting.co.za>
In-reply-to
Content
New patch that includes a unittest.

I was also considering to replace the repr() with something that looks
like _Environ({dict-here}). That will still contain all the information
and also clarify that os.environ is not just a simple dict. (Even if
it's probably not relevant, if we want eval(repr(os.environ)) to work,
the repr() should also include the other args accepted by the _Environ()
constructor.)

If you think this is a good idea I can make a new patch, otherwise, if
the current patch is fine, I'll commit it as it is.
History
Date User Action Args
2009-11-17 07:42:54ezio.melottisetrecipients: + ezio.melotti, amaury.forgeotdarc, kjohnson
2009-11-17 07:42:54ezio.melottisetmessageid: <1258443774.38.0.817621715712.issue7310@psf.upfronthosting.co.za>
2009-11-17 07:42:52ezio.melottilinkissue7310 messages
2009-11-17 07:42:52ezio.melotticreate