[issue16694] Add pure Python operator module

Zachary Ware report at bugs.python.org
Sat Dec 22 00:45:35 CET 2012


Zachary Ware added the comment:

Did not know that about test discovery, thank you Éric.  Fixed in v6.

A few other test modules may need the same fix; I based my changes to Lib/test/test_operator.py on Lib/test/test_heapq.py which has the same issue.  I'll open a new report for it and any others I find.

Also, this patch was created with `hg diff -g`; the operator.c rename should be well taken care of by this patch.

----------
Added file: http://bugs.python.org/file28391/py_operator.v6.diff

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


More information about the Python-bugs-list mailing list