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.17:39:07
SpamBayes Score 0.50940335
Marked as misclassified No
Message-id <1194284348.24.0.642527657304.issue1392@psf.upfronthosting.co.za>
In-reply-to
Content
No -- making str(b) return b.decode("ascii") brings back the same issues
we had with mindlessly mixing PyString and PyUnicode in 2.x.  That was a
major disaster.
History
Date User Action Args
2007-11-05 17:39:08gvanrossumsetspambayes_score: 0.509403 -> 0.50940335
recipients: + gvanrossum, christian.heimes
2007-11-05 17:39:08gvanrossumsetspambayes_score: 0.509403 -> 0.509403
messageid: <1194284348.24.0.642527657304.issue1392@psf.upfronthosting.co.za>
2007-11-05 17:39:08gvanrossumlinkissue1392 messages
2007-11-05 17:39:07gvanrossumcreate