[New-bugs-announce] [issue19419] Use abc.ABC in the collections ABC

Raymond Hettinger report at bugs.python.org
Sun Oct 27 22:04:56 CET 2013


New submission from Raymond Hettinger:

Minor clean-up to the collections ABCs.  Use the Django style that inherits the metaclass rather than specifying the metaclass directly.

The rationale is that it makes the ABCs cleaner looking and less intimidating.

----------
files: abc_meta.diff
keywords: patch
messages: 201500
nosy: rhettinger
priority: low
severity: normal
status: open
title: Use abc.ABC in the collections ABC
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file32393/abc_meta.diff

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


More information about the New-bugs-announce mailing list