diff options
author | 2019-02-02 19:06:08 +0200 | |
---|---|---|
committer | 2019-02-02 19:06:08 +0200 | |
commit | 9e7307948194a609e6a0917de026e8892652333d (patch) | |
tree | e99bf2c0b03a0638e3249a52fc955bb29d2fe983 /TODO | |
parent | invalid utf8 in error message should not crash the interpreter (diff) | |
download | pypy-9e7307948194a609e6a0917de026e8892652333d.tar.gz pypy-9e7307948194a609e6a0917de026e8892652333d.tar.bz2 pypy-9e7307948194a609e6a0917de026e8892652333d.zip |
remove more bytes.decode, assert on unused case in module.struct
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ - rutf8.utf8_encode_mbcs - unicodehelper.fsencode - unicodehelper.unicode_to_decimal_w + - _winreg.inerp_winreg +* remove 'assert not isinstance(*, unicode) * remove asserts from _WIN32 paths in rlib.rposix.re{name,place} * convert all realunicode_w to unicode_w after we flush out all old uses of unicode_w |