aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorfijal <unknown>2017-12-07 15:33:18 +0200
committerfijal <unknown>2017-12-07 15:33:18 +0200
commitbc29d297b04fa3eea905d7df3392819c5a32f3e2 (patch)
treef85728dd9b981bc4020d9b64fe04d7a1efbe681d /TODO
parentuse iterator and add some more obscure iterface for it (diff)
downloadpypy-bc29d297b04fa3eea905d7df3392819c5a32f3e2.tar.gz
pypy-bc29d297b04fa3eea905d7df3392819c5a32f3e2.tar.bz2
pypy-bc29d297b04fa3eea905d7df3392819c5a32f3e2.zip
add one item
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1d28731e68..f462f5c6ce 100644
--- a/TODO
+++ b/TODO
@@ -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