Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Patch by Andreas Stührk.
diff --git a/Misc/NEWS b/Misc/NEWS
index 63d5c24..b14e169 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@
 Library
 -------
 
+- Issue #11603: Fix a crash when __str__ is rebound as __repr__.  Patch by
+  Andreas Stührk.
+
 
 What's New in Python 3.1.4?
 ===========================