summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-15 19:19:27 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-15 19:19:27 (GMT)
commit91fe8157fd3518fcf7c2f7cd7bd247131e8e839f (patch)
treeed19f5dfb61e1653213cc3f2cfb97d07fcf1455f /Misc
parent2ca3ffb0989e53f8ae70f7177e97f43ac1d1af98 (diff)
parent9b43b6e14e65b6086d0d3227cfd600d4bbb38cc2 (diff)
downloadcpython-91fe8157fd3518fcf7c2f7cd7bd247131e8e839f.zip
cpython-91fe8157fd3518fcf7c2f7cd7bd247131e8e839f.tar.gz
cpython-91fe8157fd3518fcf7c2f7cd7bd247131e8e839f.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 1565d72..8067521 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -228,6 +228,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.