[issue16651] Find out what stdlib modules lack a pure Python implementation

Philip Jenvey report at bugs.python.org
Fri Dec 21 21:10:43 CET 2012


Philip Jenvey added the comment:

The guidelines for this are in PEP 399. Basically, adding 'accelerated' implementations when necessary isn't a bad thing as long as there are pure Python equivalents (unless it's a special case) and both are tested.

issue14373's latest patch seems to be following the PEP

----------

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


More information about the Python-bugs-list mailing list