[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Implement in-place mutation operators for MutableSe
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-06-05 20:12:07
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e8ad3988621a/ Changeset: e8ad3988621a Branch: master User: zzzeek Date: 2017-06-05 19:49:04+00:00 Summary: Implement in-place mutation operators for MutableSet, MutableList Implemented in-place mutation operators ``__ior__``, ``__iand__``, ``__ixor__`` and ``__isub__`` for :class:`.mutable.MutableSet` and ``__iadd__`` for :class:`.mutable.MutableList` so that change events are fired off when these mutator methods are used to alter the collection. Change-Id: Ib357a96d3b06c5deb6b53eb304a8b9f1dc9e9ede Fixes: #3853 Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |