diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2012-06-14 23:04:30 +0100 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2012-06-14 23:12:15 +0100 |
| commit | edee20ff506779b7a7d4e10321a0a619ce0eb03d (patch) | |
| tree | 6feb7805b64c0bc70bc7d0587132227d9ac5d3f3 /docs/_theme | |
| parent | 023b70415b689f18115b7bf3842ed6d57c90fa8d (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/_theme')
0 files changed, 0 insertions, 0 deletions
