summaryrefslogtreecommitdiffstats
path: root/Lib/test/test___future__.py
Commit message (Collapse)AuthorAgeFilesLines
* Make names in __future__.py bind to class instances instead of 2-tuples.Tim Peters2001-03-021-3/+2
| | | | Suggested on c.l.py by William Tanksley, and I like it.
* Add __future__.py to std library, + dull test to verify that assignmentsTim Peters2001-02-261-0/+42
therein are of the proper form.