next -> nxttok in preparation for 2to3 translation.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 23 Feb 2012 16:14:42 +0000 (11:14 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 23 Feb 2012 16:14:42 +0000 (11:14 -0500)
commit3f61c39e2943d996c5154179005b2ebbc682d789
tree47f1aaeece39eaaa339de1b73daf0406b6d11188
parent5ff40e968938d236f5ea432032e62f191c4643ff
next -> nxttok in preparation for 2to3 translation.

2to3 thinks 'next' is a special iterator method and overinterprets it.

All regression tests pass.
sst.py