-
- Downloads
Bug 1127:
* Python prior to verison 2.5 does not support the '--version' option. Use '-V' instead. * Output of 'python -V' is sent to stderr, which is not caught when binding file descriptors 1 and 2. Use '|& cat --' instead. * Fixed a number of csh syntax errors.
Please register or sign in to comment