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 tim.peters
Recipients
Date 2004-07-01.20:02:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Fred, please try the attached patch.  If it works on your box, 
just check it in.  repr.py was doing a dumb thing, assuming 
that hex(number) always starts with '0x'.  The patch also 
does a dumb thing, but it's the same as the dumb thing 
test_repr.py does <wink>.
History
Date User Action Args
2007-08-23 14:23:12adminlinkissue983585 messages
2007-08-23 14:23:12admincreate