summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-15 19:15:07 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-15 19:15:07 (GMT)
commit8cdc40e3b0622ea4eeb8b2c9b0e6796be685d16d (patch)
treeb0570fc82de1c24aee5e81c8199de476179ca35f /Misc
parente22813067e4f62629a9c24947c29a55861fb05f1 (diff)
downloadcpython-8cdc40e3b0622ea4eeb8b2c9b0e6796be685d16d.zip
cpython-8cdc40e3b0622ea4eeb8b2c9b0e6796be685d16d.tar.gz
cpython-8cdc40e3b0622ea4eeb8b2c9b0e6796be685d16d.tar.bz2
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Patch by Andreas Stührk.
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 63d5c24..b14e169 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
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?
===========================