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 gvanrossum
Recipients
Date 2004-01-01.16:28:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Samuele Pedroni points out in python-dev that the <...>
style reprs of Python objects are not documented,
standardized or even consistent (e.g. compare old-style
and new-style classes).

Yet there is plenty of code out there that for various
reasons parses these things or a least depends on what
they look like (the parrot benchmark being only the
latest example).

So it would behoove us to standardize these. An easy
way would be unit tests. Any takers?
History
Date User Action Args
2008-01-20 09:56:38adminlinkissue868845 messages
2008-01-20 09:56:38admincreate