jython / jython3

A sandboxed attempt at v3 (not maintained)
Other
299 stars 59 forks source link

#12 rename str -> bytes, unicode -> str #17

Closed isaiah closed 8 years ago

isaiah commented 8 years ago

According to http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html#types, bytes is str in python2, not bytearray.