diff options
author | fijal <unknown> | 2017-11-04 15:26:21 +0100 |
---|---|---|
committer | fijal <unknown> | 2017-11-04 15:26:21 +0100 |
commit | 147f489b25d52255879454919d6b738a9d74058f (patch) | |
tree | d28095377bf687302602b9f81993d00e20d88f74 /TODO | |
parent | progress on having flags correctly propagated, almost there (diff) | |
download | pypy-147f489b25d52255879454919d6b738a9d74058f.tar.gz pypy-147f489b25d52255879454919d6b738a9d74058f.tar.bz2 pypy-147f489b25d52255879454919d6b738a9d74058f.zip |
finish whacking until the objspace tests pass
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ * better flag handling in split/splitlines maybe? * find all the fast-paths that we want to do with utf8 (we only do utf-8 now, not UTF8 or utf8) for decode/encode +* encode_error_handler has XXX |