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 akuchling, amaury.forgeotdarc, ezio.melotti, kjohnson
Date 2010-02-22.15:27:44
SpamBayes Score 0.0066363784
Marked as misclassified No
Message-id <1266852466.62.0.123572536916.issue7310@psf.upfronthosting.co.za>
In-reply-to
Content
Do you have any preference about the text that should appear in the repr?
There have been some discussion on #python-dev about it, and the two main proposal were:
1) _Environ({...}) -> the right class name but kind of "ugly" and probably unnecessary (if no one cares about the name of the real class);
2) environ({...}) -> non-existing name, but enough to clarify that it's not a plain dict and less "ugly" name;
History
Date User Action Args
2010-02-22 15:27:46ezio.melottisetrecipients: + ezio.melotti, akuchling, amaury.forgeotdarc, kjohnson
2010-02-22 15:27:46ezio.melottisetmessageid: <1266852466.62.0.123572536916.issue7310@psf.upfronthosting.co.za>
2010-02-22 15:27:45ezio.melottilinkissue7310 messages
2010-02-22 15:27:44ezio.melotticreate