[issue13212] json library is decoding/encoding when it should not

Ezio Melotti report at bugs.python.org
Thu Oct 20 02:43:45 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

I'm not sure adding a strict option is a good idea.  HTMLParser got a strict argument and it's causing more problems than it solves.  If another problem comes up later we would either have to change the behavior for strict and break code that by then is using strict=True or add yet another really_strict argument.

----------
assignee: rhettinger -> 
priority: high -> normal

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


More information about the Python-bugs-list mailing list