]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added copy and __copy__ methods to the OrderedDict. Fixes #1377.
authorMichael Trier <mtrier@gmail.com>
Mon, 13 Apr 2009 04:25:41 +0000 (04:25 +0000)
committerMichael Trier <mtrier@gmail.com>
Mon, 13 Apr 2009 04:25:41 +0000 (04:25 +0000)
commita7e0fdd5fcd62ebb299364f845e496b61ead55a8
treece13f7a361208d3639723bd9f1701f51b40ade36
parentb5ad47271e68a30b2acd8f990af331de8e1069f3
Added copy and __copy__ methods to the OrderedDict. Fixes #1377.
lib/sqlalchemy/util.py
test/base/utils.py