summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/bytes_mult.py
Commit message (Collapse)AuthorAge
* py: Fix mult by negative number of tuple, list, str, bytes.Damien George2014-08-13
Multiplication of a tuple, list, str or bytes now yields an empty sequence (instead of crashing). Addresses issue #799 Also added ability to mult bytes on LHS by integer.