summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2018-10-23 13:32:28 -0400
committerZane Bitter <zbitter@redhat.com>2018-10-23 13:32:28 -0400
commit10e5c641ecd45d896d25b0511438c9a9ce3c59e4 (patch)
tree8f5aefb72b21d6d0ee52bcc5ce218fe7186a936d /.gitignore
parent777b6cd5b6b2159d32461846f53617fc7cb962be (diff)
downloadpaste-git-10e5c641ecd45d896d25b0511438c9a9ce3c59e4.tar.gz
Make iterators Python3-compatible
In Python3, the iterator protocol uses a method named __next__(), not next(). (For compatibility with Python 2.6, we still need to support both though.) Ensure all iterator objects support the Python3 protocol. Signed-off-by: Zane Bitter <zbitter@redhat.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions