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 christian.heimes, gvanrossum
Date 2007-11-05.15:51:31
SpamBayes Score 0.4381499
Marked as misclassified No
Message-id <1194277891.77.0.208229875188.issue1392@psf.upfronthosting.co.za>
In-reply-to
Content
I'll look at the patches later, but we've gone over this before on the
list. str() of *any* object needs to return *something*. Yes, it's
unfortunate that this masks bugs in the transitional period, but it
really is the best thing in the long run. We had other exceptional
treatement for str vs. bytes (e.g. the comparison was raising TypeError
for a while) and we had to kill that too.
History
Date User Action Args
2007-11-05 15:51:31gvanrossumsetspambayes_score: 0.43815 -> 0.4381499
recipients: + gvanrossum, christian.heimes
2007-11-05 15:51:31gvanrossumsetspambayes_score: 0.43815 -> 0.43815
messageid: <1194277891.77.0.208229875188.issue1392@psf.upfronthosting.co.za>
2007-11-05 15:51:31gvanrossumlinkissue1392 messages
2007-11-05 15:51:31gvanrossumcreate