diff options
author | fijal <unknown> | 2017-12-07 15:33:18 +0200 |
---|---|---|
committer | fijal <unknown> | 2017-12-07 15:33:18 +0200 |
commit | bc29d297b04fa3eea905d7df3392819c5a32f3e2 (patch) | |
tree | f85728dd9b981bc4020d9b64fe04d7a1efbe681d /TODO | |
parent | use iterator and add some more obscure iterface for it (diff) | |
download | pypy-bc29d297b04fa3eea905d7df3392819c5a32f3e2.tar.gz pypy-bc29d297b04fa3eea905d7df3392819c5a32f3e2.tar.bz2 pypy-bc29d297b04fa3eea905d7df3392819c5a32f3e2.zip |
add one item
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,5 +9,6 @@ * 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 +* improve performance of splitlines * fix _pypyjson to not use a wrapped dict when decoding an object |