summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-02-17 18:55:23 (GMT)
committerGitHub <noreply@github.com>2022-02-17 18:55:23 (GMT)
commit4c48cac1c44fbbfe3f5fd0c623b7768e2a709da8 (patch)
tree43028272b090ce4c11e1f88c8701661026cab63d /Misc/NEWS.d/next
parentb1bc04df817ecb3fb9fdbefa3782efea54488e6f (diff)
downloadcpython-4c48cac1c44fbbfe3f5fd0c623b7768e2a709da8.zip
cpython-4c48cac1c44fbbfe3f5fd0c623b7768e2a709da8.tar.gz
cpython-4c48cac1c44fbbfe3f5fd0c623b7768e2a709da8.tar.bz2
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344)
(cherry picked from commit ee2549c2ba8bae00f2b2fea8a39c6dfbd1d06520) Co-authored-by: Julien Palard <julien@palard.fr>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Documentation/2020-06-18-23-37-03.bpo-41028.vM8bC8.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-06-18-23-37-03.bpo-41028.vM8bC8.rst b/Misc/NEWS.d/next/Documentation/2020-06-18-23-37-03.bpo-41028.vM8bC8.rst
new file mode 100644
index 0000000..5fc4155
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2020-06-18-23-37-03.bpo-41028.vM8bC8.rst
@@ -0,0 +1,2 @@
+Language and version switchers, previously maintained in every cpython
+branches, are now handled by docsbuild-script.