commit | 304f0f952da3c2f1d354b1701aa5ad61b53ff179 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jul 15 21:22:50 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jul 15 21:22:50 2011 +0200 |
tree | 1490aabd08b8e3c44dac02824a959c32bd6ab064 | |
parent | c3349cd22e9877a0516d8baa71530f87bf5ac430 [diff] [blame] |
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 867ef9c..2ec44d9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -33,6 +33,9 @@ Library ------- +- Issue #11603: Fix a crash when __str__ is rebound as __repr__. Patch by + Andreas Stührk. + - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. - Issue #4376: ctypes now supports nested structures in a endian different than