New submission from Eric Snow: Related to issue #16817 and to my efforts on a C OrderedDict, I think it would be nice to have a class decorator that handles most of the PEP 399 requirements for you. The attached patch adds such a decorator to test.support.
---------- assignee: eric.snow components: Library (Lib) files: conforms-to-pep399.diff keywords: patch messages: 180641 nosy: brett.cannon, eric.snow priority: normal severity: normal stage: patch review status: open title: Add conforms_to_pep399() to test.support type: enhancement versions: Python 3.4 Added file: http://bugs.python.org/file28840/conforms-to-pep399.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17037> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com