Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the test program into the test | Ned Batchelder | 2016-12-24 | 3 | -5/+0 |
| | |||||
* | also use AST for while constants in python-2.7 #502 | loic@dachary.org | 2016-12-15 | 3 | -0/+5 |
The node.id is set to False, True or None is python-2.7: there is no reason to only check for it with python-3. It is more reliable than using the DEFAULT_PARTIAL_ALWAYS regexps on source lines. close #502 --HG-- branch : issue-502-7 |