diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-03 19:47:54 +0000 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-03 19:47:54 +0000 |
commit | 9a9ce62a560f3428e2d7597c982b3576013eac1b (patch) | |
tree | 57a79005f2c5071461ca0a82d8a05b4190213eff /Misc/NEWS | |
parent | 63fae2faf6e4679b6e67e08a80b3935815752908 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ------- |