aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/bytes.py
AgeCommit message (Collapse)Author
2014-01-24Add basic implementation of bytes type, piggybacking on str.Paul Sokolovsky
This reuses as much str implementation as possible, from this we can make them more separate as needed.