summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1141ecf..b0bc889 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -502,6 +502,9 @@ Tools
Documentation
-------------
+- Patch #1671450: add a section about subclassing builtin types to the
+ "extending and embedding" tutorial.
+
- Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next
docs.