summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-10-21 04:34:18 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-10-21 04:34:18 (GMT)
commitf21c8ed58ade5e8fcaebe96b7f3cba8d25a1938f (patch)
tree57bec642bb441f050e2c49121e6ff3632dfe80bb /Lib
parent358d938aaa5320385d1a1f2e5a9d1fc82f8cf9c2 (diff)
downloadcpython-f21c8ed58ade5e8fcaebe96b7f3cba8d25a1938f.zip
cpython-f21c8ed58ade5e8fcaebe96b7f3cba8d25a1938f.tar.gz
cpython-f21c8ed58ade5e8fcaebe96b7f3cba8d25a1938f.tar.bz2
Add comment lost from AST merge
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_generators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_generators.py b/Lib/test/test_generators.py
index cb7e992..d226043 100644
--- a/Lib/test/test_generators.py
+++ b/Lib/test/test_generators.py
@@ -774,7 +774,7 @@ These are fine:
... try:
... 1//0
... except ZeroDivisionError:
-... yield 666
+... yield 666 # bad because *outer* try has finally
... except:
... pass
... finally: