diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-15 14:57:29 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-15 14:59:12 -0400 |
commit | 5a68f856daee59caf4c9da7d06880eada9d70302 (patch) | |
tree | bcbfdfd37acfc3ea0a8cac51f01180712cf7e2f7 /lib/sqlalchemy/orm/unitofwork.py | |
parent | 961217aa923562c21a0113fae41d6841276e6ca5 (diff) | |
download | sqlalchemy-5a68f856daee59caf4c9da7d06880eada9d70302.tar.gz |
- TIL that dict.keys() in py3K is not an iterator, it is an iterable
view. So copy collections.OrderedDict and use MutableMapping to set up
keys, items, values on our own OrderedDict.
Conflicts:
lib/sqlalchemy/engine/base.py
Diffstat (limited to 'lib/sqlalchemy/orm/unitofwork.py')
0 files changed, 0 insertions, 0 deletions