[galaxyproject/galaxy] 50ea46: Change python print() format to be backward compat...
Branch: refs/heads/release_16.01 Home: https://github.com/galaxyproject/galaxy Commit: 50ea4694af82ac33eaac1ddc9ca8aee1e71e1f00 https://github.com/galaxyproject/galaxy/commit/50ea4694af82ac33eaac1ddc9ca8a... Author: Mark Einon <mark.einon@gmail.com> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M scripts/binary_compatibility.py Log Message: ----------- Change python print() format to be backward compatible with older versions In python versions prior to 3.1, the print("{}", .format(x)) form throws an error, use the more compatible print("{0}", .format(x)) form instead. Commit: e4e48941a6174a148cde06ef2218ef6480568716 https://github.com/galaxyproject/galaxy/commit/e4e48941a6174a148cde06ef2218e... Author: John Chilton <jmchilton@gmail.com> Date: 2016-02-02 (Tue, 02 Feb 2016) Changed paths: M scripts/binary_compatibility.py Log Message: ----------- Merge pull request #1651 from jmchilton/backport_print_fix [16.01] Backport print fix. Compare: https://github.com/galaxyproject/galaxy/compare/9170865dfbe0...e4e48941a617
participants (1)
-
GitHub