diff options
author | 2017-11-21 21:09:05 +0100 | |
---|---|---|
committer | 2017-11-21 21:09:05 +0100 | |
commit | 7090913251e132c6f793999f45413bf9acb92dd5 (patch) | |
tree | 9fbebb418d1edf89300a8cd3c43a0de2e8c507e5 /TODO | |
parent | fix checking for unichr range (diff) | |
download | pypy-7090913251e132c6f793999f45413bf9acb92dd5.tar.gz pypy-7090913251e132c6f793999f45413bf9acb92dd5.tar.bz2 pypy-7090913251e132c6f793999f45413bf9acb92dd5.zip |
whack at cffi
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,3 +7,5 @@ * better flag handling in split/splitlines maybe? * encode_error_handler has XXX * 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 |