summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b6f8c70..440f0b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -945,6 +945,8 @@ C API
Documentation
-------------
+- bpo-26985: Add missing info of code object in inspect documentation.
+
- bpo-19824, bpo-20314, bpo-12518: Improve the documentation for, and links
to, template strings by emphasizing their utility for internationalization,
and by clarifying some usage constraints.