]> 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:21:46 +0000 (11:21 -0500)
commit5710a1e88bf669227959ca950b56d1072520b255
tree6950c347704c1e0620904ddabedde9ce4160a924
parent741b8af31bb436356b9e8950c045761a0e054fe0
- Added support for the ``dict.pop()`` and ``dict.popitem()`` methods
to the :class:`.mutable.MutableDict` class.
fixes #3605
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py