summaryrefslogtreecommitdiff
path: root/tests/basics/bytes_count.py
AgeCommit message (Expand)Author
2022-09-26py/objstr: Don't treat bytes as unicode in str.count.Jim Mussared
2018-10-22tests: Make bytes/str.count() tests skippable.Paul Sokolovsky
2014-12-24py: Make bytes objs work with more str methods; add tests.Damien George