Guido van Rossum
b09f7ed623
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.
2001-07-15 21:08:29 +00:00
Tim Peters
c4889c496a
Remove now-unnecessary "from __future__ import nested_scopes" stmts.
2001-07-12 22:36:02 +00:00
Ka-Ping Yee
3bda4f0878
Remove redundant "__future__:" from module docstring.
2001-03-15 10:45:44 +00:00
Tim Peters
fd85a4e600
Typo repair.
2001-03-02 03:11:53 +00:00
Tim Peters
d74bc432b2
Make names in __future__.py bind to class instances instead of 2-tuples.
...
Suggested on c.l.py by William Tanksley, and I like it.
2001-03-02 02:53:08 +00:00
Tim Peters
85ba673b0a
Whitespace normalization.
2001-02-28 08:26:44 +00:00
Tim Peters
ffc215a279
Add __future__.py to std library, + dull test to verify that assignments
...
therein are of the proper form.
2001-02-26 21:14:49 +00:00