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 akuchling
Recipients
Date 2000-12-19.03:16:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The description of __repr__ in section 3 of the Language Ref
says " This should normally look like a
valid Python expression that can be used to recreate an object with
the same value."  This isn't true, isn't a good idea, 
and often isn't possible anyway.  Rewrite this to emphasize 
that repr() is usually for debugging.

History
Date User Action Args
2007-08-23 13:52:30adminlinkissue226264 messages
2007-08-23 13:52:30admincreate