[issue5067] Error msg from using wrong quotes in JSON is unhelpful

Raymond Hettinger report at bugs.python.org
Sun Mar 1 02:48:18 CET 2009


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

+1 on Steven's request for a better error message.

+1 on Beni's request for looser input requirements for better
interoperability with Python's repr.  OTOH, I've never found it hard to
write:  s.replace("'", '"').

----------
assignee:  -> bob.ippolito
nosy: +bob.ippolito, rhettinger

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


More information about the Python-bugs-list mailing list