[New-bugs-announce] [issue17037] Add conforms_to_pep399() to test.support

Eric Snow report at bugs.python.org
Sat Jan 26 06:48:48 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17037>
_______________________________________


More information about the New-bugs-announce mailing list