diff options
Diffstat (limited to 'docs/build/unreleased/py3_typing.rst')
-rw-r--r-- | docs/build/unreleased/py3_typing.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/build/unreleased/py3_typing.rst b/docs/build/unreleased/py3_typing.rst new file mode 100644 index 0000000..7f8aa6c --- /dev/null +++ b/docs/build/unreleased/py3_typing.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: feature, general + + pep-484 type annotations have been added throughout the library. This + should be helpful in providing Mypy and IDE support, however there is not + full support for Alembic's dynamically modified "op" namespace as of yet; a + future release will likely modify the approach used for importing this + namespace to be better compatible with pep-484 capabilities.
\ No newline at end of file |