Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive calls to __repr__ methods.
diff --git a/Misc/NEWS b/Misc/NEWS
index ee012899..e30f97c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,9 @@
Library
-------
+- Issue 9840: Added a decorator to reprlib for wrapping __repr__ methods
+ to make them handle recursive calls within the same thread.
+
- logging: Enhanced HTTPHandler with secure and credentials initializers.
- Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X