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 253cf86..295b456 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -309,6 +309,9 @@ Library
Tests
-----
+- Issue #19664: test_userdict's repr test no longer depends on the order
+ of dict elements.
+
- Issue #19440: Clean up test_capi by removing an unnecessary __future__
import, converting from test_main to unittest.main, and running the
_testcapi module tests as subTests of a unittest TestCase method.