summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/bytes.py
Commit message (Collapse)AuthorAge
* py: Make 'bytes' be a proper type, support standard constructor args.Paul Sokolovsky2014-03-22
|
* Add basic implementation of bytes type, piggybacking on str.Paul Sokolovsky2014-01-24
This reuses as much str implementation as possible, from this we can make them more separate as needed.