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 pitrou
Recipients christian.heimes, fijall, hynek, loewis, ncoghlan, petri.lehtinen, pitrou, python-dev
Date 2012-06-15.15:48:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339775109.3360.3.camel@localhost.localdomain>
In-reply-to <1339768883.29.0.42666196787.issue15061@psf.upfronthosting.co.za>
Content
> Secondly, it seems to me that the proposed lower level feature may
> make more sense as a bytes method rather than as a function in the
> operator module.

If it's a function, though, it can compare all kinds of buffer-like
objects (bytearrays, memoryviews, etc.).
History
Date User Action Args
2012-06-15 15:48:13pitrousetrecipients: + pitrou, loewis, ncoghlan, christian.heimes, fijall, python-dev, petri.lehtinen, hynek
2012-06-15 15:48:13pitroulinkissue15061 messages
2012-06-15 15:48:13pitroucreate