jython / jython3

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

Missing AST node for `Bytes` #2

Open ztane opened 9 years ago

ztane commented 9 years ago

In Python 3, b'' results in AST tree Bytes(s=b'')