From 674cdfc8ba30e12810645eee4531c943518abc16 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 31 Aug 2020 08:03:24 -0700 Subject: [PATCH] add a note on type annotations --- doc/manual.rst | 1 + doc/typing.rst | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 doc/typing.rst diff --git a/doc/manual.rst b/doc/manual.rst index b82b7e1c..ecf41673 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -15,3 +15,4 @@ Dnspython Manual async exceptions utilities + typing diff --git a/doc/typing.rst b/doc/typing.rst new file mode 100644 index 00000000..1325f10e --- /dev/null +++ b/doc/typing.rst @@ -0,0 +1,10 @@ +.. _typing: + +A Note on Typing +---------------- + +Dnspython has partial support for type annotations in separate .pyi +files. Type information will not be integrated into the main files +until major LTS versions of various Linux distributions containing 3.6 +are beyond their support times. Improvements to the .pyi files are +welcome during this time. -- 2.47.3