Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2018-06-12 15:05:40 -04:00
12 changed files with 72 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
from uncompyle6 import PYTHON_VERSION, deparse_code
if PYTHON_VERSION >= 2.6:
if PYTHON_VERSION > 2.6:
def test_single_mode():
single_expressions = (
'i = 1',