summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorrtobar <rtobar@icrar.org>2022-04-05 02:36:33 (GMT)
committerGitHub <noreply@github.com>2022-04-05 02:36:33 (GMT)
commitb275267aa7d44ec90fa435c9cb1610c549da745a (patch)
treeb6abcc3a58883a97a9d1a8b12e6cda93b8aa78c7 /Misc
parent5a4973e29f2f5c4ee8c086f40325786c62381540 (diff)
downloadcpython-b275267aa7d44ec90fa435c9cb1610c549da745a.zip
cpython-b275267aa7d44ec90fa435c9cb1610c549da745a.tar.gz
cpython-b275267aa7d44ec90fa435c9cb1610c549da745a.tar.bz2
bpo-45790: List macros in same order in which fields are described (GH-29529)
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2021-11-12-11-03-55.bpo-45790.6yuhe8.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-11-12-11-03-55.bpo-45790.6yuhe8.rst b/Misc/NEWS.d/next/Documentation/2021-11-12-11-03-55.bpo-45790.6yuhe8.rst
new file mode 100644
index 0000000..41cf2cb
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2021-11-12-11-03-55.bpo-45790.6yuhe8.rst
@@ -0,0 +1,2 @@
+Adjust inaccurate phrasing in :doc:`../extending/newtypes_tutorial` about the
+``ob_base`` field and the macros used to access its contents.