[issue2750] Add simplejson to Python 2.6/3.0 standard library

Brett Cannon report at bugs.python.org
Sun May 4 09:03:10 CEST 2008


Brett Cannon <brett at python.org> added the comment:

One problem with the way the patch is now is that it will fail on non-
CPython interpreters the way it is currently coded. For instance, 
json/decoder.py completely assumes that importing _json will succeed. Same 
with the test suite.

Will need to tweak the code so that it will run on PyPy, etc., where there 
is no C extensions.

But that does not need to hold up committing the code. If Christian and 
Benjamin think the code is in good shape we can commit now and fix in svn.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2750>
__________________________________


More information about the Python-bugs-list mailing list