[issue11489] json.dumps not parsable by json.loads (on Linux only)

Serhiy Storchaka report at bugs.python.org
Thu Nov 1 23:01:26 CET 2012


Serhiy Storchaka added the comment:

About patch.  I think "with" is unnecessary here. One-line self.assertRaises(UnicodeEncodeError, self.dumps, ch) looks better for me.

----------
stage:  -> needs patch

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


More information about the Python-bugs-list mailing list