aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorfijal <unknown>2017-10-07 18:33:55 +0200
committerfijal <unknown>2017-10-07 18:33:55 +0200
commitf5cb2ae2a981f986670412b944b9cb8dab1b49ac (patch)
treef5110e69ac9bd3c141465253ad7134acb3bbc5d2 /TODO
parentfirst attempt at find (diff)
downloadpypy-f5cb2ae2a981f986670412b944b9cb8dab1b49ac.tar.gz
pypy-f5cb2ae2a981f986670412b944b9cb8dab1b49ac.tar.bz2
pypy-f5cb2ae2a981f986670412b944b9cb8dab1b49ac.zip
fastpath for find() without any args, also mention in TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 84c862449d..73a9479d71 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
* unskip tests in test_unicodeobject.py
* rutf8.prev_codepoint_pos should use r_uint
-* elidable in rutf8.check_utf8, WTF is wrong with that \ No newline at end of file
+* elidable in rutf8.check_utf8, WTF is wrong with that
+* find a better way to run "find" without creating the index storage,
+ if one is not already readily available \ No newline at end of file