pylint-bot / test

0 stars 0 forks source link

Implement string interpolation? #151

Open pylint-bot opened 9 years ago

pylint-bot commented 9 years ago

Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?)


Not sure how important this is, but we could understand string interpolation, both msg % something, as well as msg.format(something). Currently, for the second form we are returning an empty string, which is wrong, while the first form we're returning an YES object.