[issue18978] Allow urllib.request.Request subclasses to override method

Roundup Robot report at bugs.python.org
Sun Sep 22 16:11:15 CEST 2013


Roundup Robot added the comment:

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

----------
nosy: +python-dev
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18978>
_______________________________________


More information about the Python-bugs-list mailing list