[issue19229] operator.py: move the Python implementation in the else block of try/except ImportError

Stefan Krah report at bugs.python.org
Tue Oct 29 15:45:50 CET 2013


Stefan Krah added the comment:

I understand the desire to speed things up, but either the four-line facade
module or else a single module is probably required by PEP-399.

----------
title: operator.py: move the Python implementation in the else	block of try/except ImportError -> operator.py: move the Python implementation in the else block of try/except ImportError

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


More information about the Python-bugs-list mailing list