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 therve
Recipients brett.cannon, georg.brandl, ludvig.ericson, therve
Date 2007-09-13.07:10:35
SpamBayes Score 0.31535363
Marked as misclassified No
Message-id <1189667435.85.0.610620433152.issue1686386@psf.upfronthosting.co.za>
In-reply-to
Content
I think it could be solved both the same way: if tuple repr is wrong,
there are probably some other repr code that is wrong too, so fixing
PyObject_Repr is safer.
History
Date User Action Args
2007-09-13 07:10:36thervesetspambayes_score: 0.315354 -> 0.31535363
recipients: + therve, brett.cannon, georg.brandl, ludvig.ericson
2007-09-13 07:10:35thervesetspambayes_score: 0.315354 -> 0.315354
messageid: <1189667435.85.0.610620433152.issue1686386@psf.upfronthosting.co.za>
2007-09-13 07:10:35thervelinkissue1686386 messages
2007-09-13 07:10:35thervecreate