]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make names in __future__.py bind to class instances instead of 2-tuples.
authorTim Peters <tim.peters@gmail.com>
Fri, 2 Mar 2001 02:53:08 +0000 (02:53 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 2 Mar 2001 02:53:08 +0000 (02:53 +0000)
commitd74bc432b2964599d8261aa367c9591080d623d3
tree67f10c9691194977e896ce724916007074098b1f
parent239432a54515e230e19d92b9e1be0a071d8b826c
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.
Lib/__future__.py
Lib/test/test___future__.py