Start going over Python 2.5 bytecode

Fix 2.6 with bug
This commit is contained in:
rocky
2016-07-08 07:01:48 -04:00
parent f3696cc3f1
commit 6f5dce342f
16 changed files with 55 additions and 7 deletions

View File

@@ -1,2 +1,3 @@
from __future__ import with_statement
with (sys) as f:
print(f)