Files
wren/util
Bob Nystrom 98f328c09f chore: improve Python 2.6 compatibility in libuv.py build helper
- Update docstring formatting in python2_binary() for consistency
- Refactor version check in run() to use explicit tuple comparison instead of sys.version_info[1] < 7
- Add missing cwd parameter to subprocess.Popen call in fallback path for Python < 2.7
2015-10-17 04:33:22 +00:00
..