diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-10-28 21:19:07 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-10-28 21:19:07 (GMT) |
commit | 21997afb0c764d5eb50dbe52249d838a597c0a08 (patch) | |
tree | e118a87953cd76f730255d9f3cb9e3017a219068 /Misc/NEWS | |
parent | 97a57220e8cfd857c7f46ec9d71f9f841c241fa8 (diff) | |
download | cpython-21997afb0c764d5eb50dbe52249d838a597c0a08.zip cpython-21997afb0c764d5eb50dbe52249d838a597c0a08.tar.gz cpython-21997afb0c764d5eb50dbe52249d838a597c0a08.tar.bz2 |
Fix bug #1565514, SystemError not raised on too many nested blocks.
It seems like this should be a different error than SystemError, but
I don't have any great ideas and SystemError was raised in 2.4 and earlier.
Will backport.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- +- Bug #1565514, SystemError not raised on too many nested blocks. + - Bug #1576174: WindowsError now displays the windows error code again, no longer the posix error code. |