summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-04-28 15:11:53 (GMT)
committerGitHub <noreply@github.com>2021-04-28 15:11:53 (GMT)
commitff7266efd0ef6b42dad30c9c0d210f843cc44f39 (patch)
treee11fee7f36961b3fd0723ca1d8b9b78b132c78b1 /Misc
parent77db337f1e69213e62ba79a797540cc4ac23492e (diff)
downloadcpython-ff7266efd0ef6b42dad30c9c0d210f843cc44f39.zip
cpython-ff7266efd0ef6b42dad30c9c0d210f843cc44f39.tar.gz
cpython-ff7266efd0ef6b42dad30c9c0d210f843cc44f39.tar.bz2
bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25690)
(cherry picked from commit 4c49be766897968e509c41397e0e624c25b1675d)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2021-04-27-22-22-22.bpo-43959.n2261q.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-04-27-22-22-22.bpo-43959.n2261q.rst b/Misc/NEWS.d/next/Documentation/2021-04-27-22-22-22.bpo-43959.n2261q.rst
new file mode 100644
index 0000000..ba23ffd
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2021-04-27-22-22-22.bpo-43959.n2261q.rst
@@ -0,0 +1 @@
+The documentation on the PyContextVar C-API was clarified.