summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-15 19:19:02 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-15 19:19:02 (GMT)
commitb8298a01e6fefec9b0b64fd6915e57fc246b9a55 (patch)
tree41c2cd84777ea76730e363506ed0bc45cf9e4ab5 /Misc
parent58059197cc2a8c6f1fd3fb0e95614def14d0aaff (diff)
parentff35050493edd0c738ab69f14ee2fb5db11bb5ec (diff)
downloadcpython-b8298a01e6fefec9b0b64fd6915e57fc246b9a55.zip
cpython-b8298a01e6fefec9b0b64fd6915e57fc246b9a55.tar.gz
cpython-b8298a01e6fefec9b0b64fd6915e57fc246b9a55.tar.bz2
Merge
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 43d16a3..a30f132 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@ Core and Builtins
Library
-------
+- Issue #11603: Fix a crash when __str__ is rebound as __repr__. Patch by
+ Andreas Stührk.
+
- Issue #11321: Fix a crash with multiple imports of the _pickle module when
embedding Python. Patch by Andreas Stührk.