issues
search
jython
/
jython3
A sandboxed attempt at v3 (not maintained)
Other
299
stars
59
forks
source link
More patches
#4
Closed
ztane
closed
9 years ago
ztane
commented
9 years ago
This builds on
my previous pull request
;
Add PyBytes (modified from PyByteArray) along with replacing the
bytes
in builtins module, hooking b'' literal to generate
bytes
.
Renamed the PyXRangeIter to PyRangeIter
Removed the u-prefix from unicode repr.
This builds on my previous pull request;
bytes
in builtins module, hooking b'' literal to generatebytes
.