]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- convert wrap_callable() to a general purpose update_wrapper-like
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Oct 2015 18:25:58 +0000 (14:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Oct 2015 18:28:00 +0000 (14:28 -0400)
commite31211c578854d63128a30c036e40eee5c43edc7
treebca9bfbfd46e7dd0e2e305bf88833ec1807c93de
parentc7d04beeac6ad54d638afb01783dee2d769aef9d
- convert wrap_callable() to a general purpose update_wrapper-like
function; the caller still passes in the "wrapper"
- move tests for wrap_callable() to be generic util tests
- changelog for pullreq github:204
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/sql/schema.py
lib/sqlalchemy/util/langhelpers.py
test/base/test_utils.py
test/sql/test_defaults.py