summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2022-02-10 07:59:04 (GMT)
committerGitHub <noreply@github.com>2022-02-10 07:59:04 (GMT)
commitb878b3af0b3a9e3ab3ffcaf90a4066dfb3bb7cac (patch)
treeecf60e1ac5b98d751865622cc48364cf582b7d9c /Misc
parentb71dc71905ab674ccaa4a56230d17a28f61c325c (diff)
downloadcpython-b878b3af0b3a9e3ab3ffcaf90a4066dfb3bb7cac.zip
cpython-b878b3af0b3a9e3ab3ffcaf90a4066dfb3bb7cac.tar.gz
cpython-b878b3af0b3a9e3ab3ffcaf90a4066dfb3bb7cac.tar.bz2
bpo-42238: [doc] moving from rstlint.py to sphinx-lint. (GH-31097)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2022-02-03-11-24-59.bpo-42238.yJcMa8.rst2
-rw-r--r--Misc/NEWS.d/next/Library/2022-02-06-08-54-03.bpo-46655.DiLzYv.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2022-02-03-11-24-59.bpo-42238.yJcMa8.rst b/Misc/NEWS.d/next/Documentation/2022-02-03-11-24-59.bpo-42238.yJcMa8.rst
new file mode 100644
index 0000000..a8dffff
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2022-02-03-11-24-59.bpo-42238.yJcMa8.rst
@@ -0,0 +1,2 @@
+``Doc/tools/rstlint.py`` has moved to its own repository and is now packaged
+on PyPI as ``sphinx-lint``.
diff --git a/Misc/NEWS.d/next/Library/2022-02-06-08-54-03.bpo-46655.DiLzYv.rst b/Misc/NEWS.d/next/Library/2022-02-06-08-54-03.bpo-46655.DiLzYv.rst
index 4f0de95..183e064 100644
--- a/Misc/NEWS.d/next/Library/2022-02-06-08-54-03.bpo-46655.DiLzYv.rst
+++ b/Misc/NEWS.d/next/Library/2022-02-06-08-54-03.bpo-46655.DiLzYv.rst
@@ -1 +1 @@
-In :func:`typing.get_type_hints`, support evaluating bare stringified ``TypeAlias`` annotations. Patch by Gregory Beauregard. \ No newline at end of file
+In :func:`typing.get_type_hints`, support evaluating bare stringified ``TypeAlias`` annotations. Patch by Gregory Beauregard.