Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2016-12-04 13:40:06 -05:00
39 changed files with 348 additions and 155 deletions

View File

@@ -25,7 +25,8 @@ if PYTHON3:
intern = sys.intern
L65536 = 65536
def long(l): l
def long(l):
return l
else:
L65536 = long(65536) # NOQA