]> granicus.if.org Git - python/commit
PEP 342 implementation. Per Guido's comments, the generator throw()
authorPhillip J. Eby <pje@telecommunity.com>
Tue, 2 Aug 2005 00:46:46 +0000 (00:46 +0000)
committerPhillip J. Eby <pje@telecommunity.com>
Tue, 2 Aug 2005 00:46:46 +0000 (00:46 +0000)
commit0d6615fd29063bdaccb13e1fbae542fb666d8728
tree0f18d41e2cb8831c9d244ab6586f9f8377592c67
parentd794666048510deca0d4987a4c74d0fca85be411
PEP 342 implementation.  Per Guido's comments, the generator throw()
method still needs to support string exceptions, and allow None for the
third argument.  Documentation updates are needed, too.
16 files changed:
Grammar/Grammar
Include/ceval.h
Include/graminit.h
Include/pyerrors.h
Lib/compiler/transformer.py
Lib/symbol.py
Lib/test/test_generators.py
Lib/test/test_genexps.py
Lib/test/test_parser.py
Modules/gcmodule.c
Modules/parsermodule.c
Objects/genobject.c
Python/ceval.c
Python/compile.c
Python/exceptions.c
Python/graminit.c