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 Aaron.Meurer
Recipients Aaron.Meurer, cheryl.sabella, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2017-12-13.21:04:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513199092.64.0.213398074469.issue32300@psf.upfronthosting.co.za>
In-reply-to
Content
So the best fix is to just override keys() in the _Environ class, so that it returns an EnvironKeysView class that overrides __repr__?
History
Date User Action Args
2017-12-13 21:04:52Aaron.Meurersetrecipients: + Aaron.Meurer, rhettinger, vstinner, r.david.murray, serhiy.storchaka, cheryl.sabella
2017-12-13 21:04:52Aaron.Meurersetmessageid: <1513199092.64.0.213398074469.issue32300@psf.upfronthosting.co.za>
2017-12-13 21:04:52Aaron.Meurerlinkissue32300 messages
2017-12-13 21:04:52Aaron.Meurercreate