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 michael.foord
Recipients michael.foord, pitrou
Date 2009-10-02.10:15:33
SpamBayes Score 0.026062038
Marked as misclassified No
Message-id <1254478535.3.0.366653458549.issue7032@psf.upfronthosting.co.za>
In-reply-to
Content
Because diffing binary data isn't useful...

This is the reason that assertMultilineEqual isn't already the default
for comparing strings - because in Python 2 when you have strings you
don't know if the intention is for them to contain textual information
or binary information.
History
Date User Action Args
2009-10-02 10:15:35michael.foordsetrecipients: + michael.foord, pitrou
2009-10-02 10:15:35michael.foordsetmessageid: <1254478535.3.0.366653458549.issue7032@psf.upfronthosting.co.za>
2009-10-02 10:15:33michael.foordlinkissue7032 messages
2009-10-02 10:15:33michael.foordcreate