]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- remove the ``__iter__()`` with notimplemented since it interferes
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jun 2013 20:32:12 +0000 (16:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jun 2013 20:42:46 +0000 (16:42 -0400)
commit33d3e11cbf596c64abc3ced1d5aa01989afe0ad8
tree8cfffb06ca35845c0c456a636a8674f8728e31c6
parentc6f54ae434b40f0ddfce468d29663014ca5fc135
- remove the ``__iter__()`` with notimplemented since it interferes
with legitimate iterable detection, [ticket:2726]

Conflicts:
doc/build/changelog/changelog_09.rst
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/operators.py
test/sql/test_operators.py