summaryrefslogtreecommitdiff
path: root/checkers/strings.py
Commit message (Collapse)AuthorAgeFilesLines
...
* move string literal checker from format.py to strings.pySylvain Th?nault2013-03-291-2/+105
|
* Warn about suspicious arguments in {bytes,str,unicode}.{l,r,}strip calls. ↵Torsten Marek2013-03-291-0/+193
Closes #74013