Author: Carl Friedrich Bolz-Tereick <[email protected]> Branch: unicode-utf8 Changeset: r93161:8dac9e38c3d5 Date: 2017-11-24 14:27 +0100 http://bitbucket.org/pypy/pypy/changeset/8dac9e38c3d5/
Log: add todo diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -9,3 +9,5 @@ * remove assertions from W_UnicodeObject.__init__ if all the builders pass * what to do with error handlers that go backwards. There were tests in test_codecs that would check for that + +* fix _pypyjson to not use a wrapped dict when decoding an object _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
