[galaxyproject/galaxy] d5e39c: Python3: fix list.sort() and sorted() to use `key`...

Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: d5e39c873e9aed6a2b0822b0f7187aa8a73430be https://github.com/galaxyproject/galaxy/commit/d5e39c873e9aed6a2b0822b0f7187... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2017-12-15 (Fri, 15 Dec 2017) Changed paths: M lib/galaxy/tools/parameters/history_query.py M lib/galaxy/webapps/reports/controllers/history.py M lib/galaxy/webapps/reports/controllers/users.py Log Message: ----------- Python3: fix list.sort() and sorted() to use `key` parameter instead of `cmp` xref. https://github.com/galaxyproject/galaxy/issues/1715 xref. https://github.com/galaxyproject/galaxy/issues/5216 Commit: 94dae3b7de180303427d4bfd0b1cbd4ee183469c https://github.com/galaxyproject/galaxy/commit/94dae3b7de180303427d4bfd0b1cb... Author: John Chilton <jmchilton@gmail.com> Date: 2017-12-15 (Fri, 15 Dec 2017) Changed paths: M lib/galaxy/tools/parameters/history_query.py M lib/galaxy/webapps/reports/controllers/history.py M lib/galaxy/webapps/reports/controllers/users.py Log Message: ----------- Merge pull request #5225 from nsoranzo/fix_sort_sorted Python3: fix list.sort() and sorted() to use `key` parameter instead of `cmp` Compare: https://github.com/galaxyproject/galaxy/compare/6d3eadedbd70...94dae3b7de18
participants (1)
-
GitHub