summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index cb4f5a6..8ab9f77 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1473,6 +1473,7 @@ Bob Weiner
Edward Welbourne
Cliff Wells
Rickard Westman
+Joseph Weston
Jeff Wheeler
Christopher White
David White
diff --git a/Misc/NEWS b/Misc/NEWS
index b4fa7a1..f30b75b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -449,6 +449,9 @@ C API
Documentation
-------------
+- Issue #24808: Update the types of some PyTypeObject fields. Patch by
+ Joseph Weston.
+
- Issue #22812: Fix unittest discovery examples.
Patch from Pam McA'Nulty.