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 Drekin, Sergio Pascual, lukasz.langa, paul.moore, python-dev, serhiy.storchaka
Date 2015-08-18.18:23:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150818182319.6308.9239@psf.io>
In-reply-to
Content
New changeset 73984e665bf5 by Yury Selivanov in branch '3.5':
Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.
https://hg.python.org/cpython/rev/73984e665bf5

New changeset 94d0c219d46f by Yury Selivanov in branch 'default':
Merge 3.5 (issue #23572)
https://hg.python.org/cpython/rev/94d0c219d46f
History
Date User Action Args
2015-08-18 18:23:23python-devsetrecipients: + python-dev, paul.moore, lukasz.langa, serhiy.storchaka, Drekin, Sergio Pascual
2015-08-18 18:23:23python-devlinkissue23572 messages
2015-08-18 18:23:22python-devcreate