[issue26431] string template substitute tests

2016-02-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python

[issue26431] string template substitute tests

2016-02-25 Thread Greg McCoy
Greg McCoy added the comment: My Mistake, I wasn't running coverage on all the tests -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue26431] string template substitute tests

2016-02-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This already is tested in test_pep292.py. -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Py

[issue26431] string template substitute tests

2016-02-24 Thread Greg McCoy
New submission from Greg McCoy: Wrote test for string template substitute -- components: Tests files: mywork.patch keywords: patch messages: 260837 nosy: Greg McCoy priority: normal severity: normal status: open title: string template substitute tests type: enhancement versions: Python 3