aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build/unreleased/295.rst
blob: 147d23bb878356b7ae52342df4f3ac4e1ed540c2 (plain)
1
2
3
4
5
6
7
8
9
.. change::
    :tags: bug, py3k
    :tickets: 295

    Replaced usage of ``inspect.getfullargspec()`` with the vendored version
    used by SQLAlchemy, Alembic to avoid future deprecation warnings.  Also
    cleans up an additional version of the same function that's apparently
    been floating around for some time.