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