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 eric.araujo
Recipients chris.jerdonek, docs@python, eric.araujo, ethan.furman, ezio.melotti, georg.brandl, mvolz, terry.reedy
Date 2014-03-10.18:26:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394475970.88.0.622887029035.issue16508@psf.upfronthosting.co.za>
In-reply-to
Content
I think there was another issue discussing a separation between object.__str__ and someobject.__bytes__, to make it clear which are existing methods of the object class and which are methods that one may implement in their classes.
History
Date User Action Args
2014-03-10 18:26:10eric.araujosetrecipients: + eric.araujo, georg.brandl, terry.reedy, ezio.melotti, chris.jerdonek, docs@python, ethan.furman, mvolz
2014-03-10 18:26:10eric.araujosetmessageid: <1394475970.88.0.622887029035.issue16508@psf.upfronthosting.co.za>
2014-03-10 18:26:10eric.araujolinkissue16508 messages
2014-03-10 18:26:10eric.araujocreate