summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2012-06-14 23:04:30 +0100
committerLuke Plant <L.Plant.98@cantab.net>2012-06-14 23:12:15 +0100
commitedee20ff506779b7a7d4e10321a0a619ce0eb03d (patch)
tree6feb7805b64c0bc70bc7d0587132227d9ac5d3f3 /docs/ref
parent023b70415b689f18115b7bf3842ed6d57c90fa8d (diff)
Reverted part of 169b1a40 which was mistakenly applied to a non-iterator class.
Doing next(IfParser()) works for Python 2.7, because it calls IfParser.next(), but in Python 3 will call IfParser.__next__() which does not work since it is not an iterator and does not have that method.
Diffstat (limited to 'docs/ref')
0 files changed, 0 insertions, 0 deletions