]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add keywords to MutableList.sort()
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Jan 2020 17:28:18 +0000 (12:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Jan 2020 17:29:22 +0000 (12:29 -0500)
commitb98403f0c269a1073e8e25599d4a98147cfa425f
treed65672c53a4c92dadef0cd3a72109456e0c68c8d
parent4bf97e41b2d18b86fc7c0bba6acd50e2b58a4a70
Add keywords to MutableList.sort()

Added keyword arguments to the :meth:`.MutableList.sort` function so that a
key function as well as the "reverse" keyword argument can be provided.

Fixes: #5114
Change-Id: Iefb29e1ccadfad6ecba558ce575029307001b88e
doc/build/changelog/unreleased_13/5114.rst [new file with mode: 0644]
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py