aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorfijal <unknown>2017-11-21 21:09:05 +0100
committerfijal <unknown>2017-11-21 21:09:05 +0100
commit7090913251e132c6f793999f45413bf9acb92dd5 (patch)
tree9fbebb418d1edf89300a8cd3c43a0de2e8c507e5 /TODO
parentfix checking for unichr range (diff)
downloadpypy-7090913251e132c6f793999f45413bf9acb92dd5.tar.gz
pypy-7090913251e132c6f793999f45413bf9acb92dd5.tar.bz2
pypy-7090913251e132c6f793999f45413bf9acb92dd5.zip
whack at cffi
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index b9122b7dad..1e4e97cc6a 100644
--- a/TODO
+++ b/TODO
@@ -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