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 thomaslee
Recipients thomaslee
Date 2007-10-09.16:05:41
SpamBayes Score 0.15764868
Marked as misclassified No
Message-id <1191945942.24.0.514584630055.issue1249@psf.upfronthosting.co.za>
In-reply-to
Content
Revised patch - originally misinterpreted what was required here.
bytes() == str() now returns False, bytes() != str() now returns True.
Files
File name Uploaded
bytes-unicode-eq-false-r2.patch thomaslee, 2007-10-09.16:05:42
History
Date User Action Args
2007-10-09 16:05:42thomasleesetspambayes_score: 0.157649 -> 0.15764868
recipients: + thomaslee
2007-10-09 16:05:42thomasleesetspambayes_score: 0.157649 -> 0.157649
messageid: <1191945942.24.0.514584630055.issue1249@psf.upfronthosting.co.za>
2007-10-09 16:05:42thomasleelinkissue1249 messages
2007-10-09 16:05:42thomasleecreate