]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Preliminary support for "from __future__ import generators" to enable
authorGuido van Rossum <guido@python.org>
Sun, 15 Jul 2001 21:08:29 +0000 (21:08 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 15 Jul 2001 21:08:29 +0000 (21:08 +0000)
commitb09f7ed6235783fca27a4f8730c4c33e0f53c16c
treed76806c53fd83557378dcd7395ce5309f707eb15
parent045ca7ae72368ce65fe7debbd343cf8133eea5e4
Preliminary support for "from __future__ import generators" to enable
the yield statement.  I figure we have to have this in before I can
release 2.2a1 on Wednesday.

Note: test_generators is currently broken, I'm counting on Tim to fix
this.
Include/compile.h
Lib/__future__.py
Lib/inspect.py
Lib/tokenize.py
Lib/types.py
Parser/parser.c
Parser/parser.h
Python/future.c