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 python-dev
Recipients mark.dickinson, python-dev, serhiy.storchaka, skrah
Date 2015-12-20.16:04:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151220160416.83223.67808@psf.io>
In-reply-to
Content
New changeset 1e54adef4064 by Serhiy Storchaka in branch '3.5':
Issue #25766: Special method __bytes__() now works in str subclasses.
https://hg.python.org/cpython/rev/1e54adef4064

New changeset af0b95fb1c19 by Serhiy Storchaka in branch 'default':
Issue #25766: Special method __bytes__() now works in str subclasses.
https://hg.python.org/cpython/rev/af0b95fb1c19
History
Date User Action Args
2015-12-20 16:04:21python-devsetrecipients: + python-dev, mark.dickinson, skrah, serhiy.storchaka
2015-12-20 16:04:21python-devlinkissue25766 messages
2015-12-20 16:04:21python-devcreate