Bug #1153: repr.repr() now doesn't require set and dictionary items
to be orderable to properly represent them.
(backport from rev. 58122)
diff --git a/Misc/NEWS b/Misc/NEWS
index 24b29eb..6c87b1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@
Library
-------
+- Bug #1153: repr.repr() now doesn't require set and dictionary items
+ to be orderable to properly represent them.
+
- Bug #1709599: Run test_1565150 only if the file system is NTFS.
- When encountering a password-protected robots.txt file the RobotFileParser