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 <rep...@bugs.python.org> <http://bugs.python.org/issue19419> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com