Files
wren/util
Bob Nystrom 173e5e557c fix: replace deprecated sys.version_info.major with tuple index for Python 2.6 compatibility
Add fallback for subprocess.check_output on Python versions earlier than 2.7 by checking sys.version_info tuple and using Popen.communicate when check_output is unavailable
2015-10-17 04:24:22 +00:00
..