diff options
author | fijal <unknown> | 2017-10-07 18:33:55 +0200 |
---|---|---|
committer | fijal <unknown> | 2017-10-07 18:33:55 +0200 |
commit | f5cb2ae2a981f986670412b944b9cb8dab1b49ac (patch) | |
tree | f5110e69ac9bd3c141465253ad7134acb3bbc5d2 /TODO | |
parent | first attempt at find (diff) | |
download | pypy-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-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |