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 jaraco, orsenthil, python-dev
Date 2013-09-22.14:11:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cjVvQ5c77z7LjR@mail.python.org>
In-reply-to
Content
New changeset 6d6d68c068ad by Jason R. Coombs in branch 'default':
Issue #18978: Allow Request.method to be defined at the class level.
http://hg.python.org/cpython/rev/6d6d68c068ad

New changeset 2b2744cfb08f by Jason R. Coombs in branch 'default':
Issue #18978: A more elegant technique for resolving the method
http://hg.python.org/cpython/rev/2b2744cfb08f

New changeset 061eb75339e2 by Jason R. Coombs in branch 'default':
Issue #18978: Add tests to capture expected behavior for class-level method overrides.
http://hg.python.org/cpython/rev/061eb75339e2

New changeset 8620aea9bbca by Jason R. Coombs in branch 'default':
Close #18978: Merge changes.
http://hg.python.org/cpython/rev/8620aea9bbca
History
Date User Action Args
2013-09-22 14:11:15python-devsetrecipients: + python-dev, jaraco, orsenthil
2013-09-22 14:11:15python-devlinkissue18978 messages
2013-09-22 14:11:15python-devcreate