summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-03 19:47:54 +0000
committerChristian Heimes <christian@cheimes.de>2007-12-03 19:47:54 +0000
commit9a9ce62a560f3428e2d7597c982b3576013eac1b (patch)
tree57a79005f2c5071461ca0a82d8a05b4190213eff /Misc/NEWS
parent63fae2faf6e4679b6e67e08a80b3935815752908 (diff)
downloadcpython-9a9ce62a560f3428e2d7597c982b3576013eac1b.tar.gz
Patch #1537 from Chad Austin
Change GeneratorExit's base class from Exception to BaseException
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 465026a470..0c6dd45e24 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -245,6 +245,8 @@ Extension Modules
* operator module: div, idiv, __div__, __idiv__, isCallable, sequenceIncludes
* sys module: exc_clear(), exc_type, exc_value, exc_traceback
+- Issue #1537: Changed GeneratorExit's base class from Exception to BaseException.
+
Library
-------