[issue16694] Add pure Python operator module

Antoine Pitrou report at bugs.python.org
Sun Apr 14 14:04:53 CEST 2013


Antoine Pitrou added the comment:

Thank you!
One optional thing, the code churn could be minimized in test_operator.py by writing "operator = self.module" at the beginning of each test method.
Otherwise, looks good to me.

----------

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


More information about the Python-bugs-list mailing list