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 benjamin.peterson, brechtm, python-dev, yselivanov
Date 2015-10-07.02:43:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151007024256.20765.46629@psf.io>
In-reply-to
Content
New changeset c46ccfac8763 by Benjamin Peterson in branch '2.7':
prevent unacceptable bases from becoming bases through multiple inheritance (#24806)
https://hg.python.org/cpython/rev/c46ccfac8763

New changeset e670b37e7b14 by Benjamin Peterson in branch '3.4':
prevent unacceptable bases from becoming bases through multiple inheritance (#24806)
https://hg.python.org/cpython/rev/e670b37e7b14

New changeset e02e4afcce6a by Benjamin Peterson in branch '3.5':
merge 3.4 (#24806)
https://hg.python.org/cpython/rev/e02e4afcce6a

New changeset 4b2a2688d2ad by Benjamin Peterson in branch 'default':
merge 3.5 (closes #24806)
https://hg.python.org/cpython/rev/4b2a2688d2ad
History
Date User Action Args
2015-10-07 02:43:12python-devsetrecipients: + python-dev, benjamin.peterson, brechtm, yselivanov
2015-10-07 02:43:12python-devlinkissue24806 messages
2015-10-07 02:43:12python-devcreate