]> granicus.if.org Git - python/commit
Turns out Neil didn't intend for *all* of his gen-branch work to get
authorTim Peters <tim.peters@gmail.com>
Fri, 29 Jun 2001 23:51:08 +0000 (23:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 29 Jun 2001 23:51:08 +0000 (23:51 +0000)
commit4efb6e964376a46aaa3acf365a6627a37af236bf
treedc61305039a9561bec3693a76b56804984f87ddc
parent88e66254f90dcfd8287775bb0caee7916fb958b2
Turns out Neil didn't intend for *all* of his gen-branch work to get
committed.

tokenize.py:  I like these changes, and have tested them extensively
without even realizing it, so I just updated the docstring and the docs.

tabnanny.py:  Also liked this, but did a little code fiddling.  I should
really rewrite this to *exploit* generators, but that's near the bottom
of my effort/benefit scale so doubt I'll get to it anytime soon (it
would be most useful as a non-trivial example of ideal use of generators;
but test_generators.py has already grown plenty of food-for-thought
examples).

inspect.py:  I'm sure Ping intended for this to continue running even
under 1.5.2, so I reverted this to the last pre-gen-branch version.  The
"bugfix" I checked in in-between was actually repairing a bug *introduced*
by the conversion to generators, so it's OK that the reverted version
doesn't reflect that checkin.
Doc/lib/libtokenize.tex
Lib/inspect.py
Lib/tabnanny.py
Lib/tokenize.py