summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0599cbc..194fb4b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -622,6 +622,9 @@ Tests
Documentation
-------------
+- Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses
+ to Doc/license.rst.
+
- Issue #9255: Document that the 'test' package is meant for interal Python use
only.