summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorlarryhastings <larry@hastings.org>2021-05-02 04:19:24 (GMT)
committerGitHub <noreply@github.com>2021-05-02 04:19:24 (GMT)
commit49b26fa517165f991c35a4afcbef1fcb26836bec (patch)
tree1dd85a398089b1f909365d3bf9c38339f4c93db8 /Misc
parent318ca1764ca02692e19e5ea05078281b93c8106a (diff)
downloadcpython-49b26fa517165f991c35a4afcbef1fcb26836bec.zip
cpython-49b26fa517165f991c35a4afcbef1fcb26836bec.tar.gz
cpython-49b26fa517165f991c35a4afcbef1fcb26836bec.tar.bz2
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
Add "Annotations Best Practices" HOWTO doc.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2021-04-30-04-27-02.bpo-43987.1DftVa.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-04-30-04-27-02.bpo-43987.1DftVa.rst b/Misc/NEWS.d/next/Documentation/2021-04-30-04-27-02.bpo-43987.1DftVa.rst
new file mode 100644
index 0000000..158259e
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2021-04-30-04-27-02.bpo-43987.1DftVa.rst
@@ -0,0 +1 @@
+Add "Annotations Best Practices" document as a new HOWTO.