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 barry, benjamin.peterson, christian.heimes, pitrou, vstinner
Date 2008-09-28.19:32:10
SpamBayes Score 0.03353211
Marked as misclassified No
Message-id <1222630331.95.0.280750976665.issue3988@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch but you've missed a spot in bytearrayobject.c:

Objects/bytearrayobject.c:        if (Py_BytesWarningFlag && op == Py_EQ) {
Objects/bytesobject.c:          if (Py_BytesWarningFlag && (op == Py_EQ) &&
History
Date User Action Args
2008-09-28 19:32:12christian.heimessetrecipients: + christian.heimes, barry, pitrou, vstinner, benjamin.peterson
2008-09-28 19:32:11christian.heimessetmessageid: <1222630331.95.0.280750976665.issue3988@psf.upfronthosting.co.za>
2008-09-28 19:32:10christian.heimeslinkissue3988 messages
2008-09-28 19:32:10christian.heimescreate