Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: efa1334d45c40a31d3ebfddc450ab4b233953d40 https://github.com/galaxyproject/galaxy/commit/efa1334d45c40a31d3ebfddc450ab... Author: Mark Einon <mark.einon@gmail.com> Date: 2016-01-15 (Fri, 15 Jan 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: 84105b56d98720f9b6ae4726eace34a8d4eaebd0 https://github.com/galaxyproject/galaxy/commit/84105b56d98720f9b6ae4726eace3... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-01-15 (Fri, 15 Jan 2016) Changed paths: M scripts/binary_compatibility.py Log Message: ----------- Merge pull request #1520 from einon/fix-bin-compat-print Change python print() format to be backward compatible with older ver… Compare: https://github.com/galaxyproject/galaxy/compare/cf0597157d38...84105b56d987