Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2018-04-03 10:55:51 -04:00
16 changed files with 261 additions and 319 deletions

View File

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