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 christian.heimes
Recipients christian.heimes, gvanrossum
Date 2007-11-05.14:22:50
SpamBayes Score 0.36963317
Marked as misclassified No
Message-id <1194272571.2.0.948157868786.issue1392@psf.upfronthosting.co.za>
In-reply-to
Content
str(bytes()) == repr(bytes()) and str(buffer()) == repr(buffer()) is
causing a bunch bugs which are extremely hard to understand. On several
occasions I didn't understand the problem until I removed a str() call
or made str(bytes()) and str(buffer()) raise an exception.
Files
File name Uploaded
py3k-pep3137_remove_str_bytes.patch christian.heimes, 2007-11-05.14:22:50
History
Date User Action Args
2007-11-05 14:22:51christian.heimessetspambayes_score: 0.369633 -> 0.36963317
recipients: + christian.heimes, gvanrossum
2007-11-05 14:22:51christian.heimessetspambayes_score: 0.369633 -> 0.369633
messageid: <1194272571.2.0.948157868786.issue1392@psf.upfronthosting.co.za>
2007-11-05 14:22:51christian.heimeslinkissue1392 messages
2007-11-05 14:22:50christian.heimescreate