]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added support for the ``dict.pop()`` and ``dict.popitem()`` methods
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Dec 2015 16:21:46 +0000 (11:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Dec 2015 16:24:58 +0000 (11:24 -0500)
commit9b7870dd593ef3fcdc7ac5abc03ae333bd9fa896
tree70a21f4f4fae3254635b981ca53ead576fd8bf07
parent601e873045e849a24f6f153e082c32ebd4741b8f
- Added support for the ``dict.pop()`` and ``dict.popitem()`` methods
to the :class:`.mutable.MutableDict` class.
fixes #3605

(cherry picked from commit 5710a1e88bf669227959ca950b56d1072520b255)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py