| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't raise StopIteration inside a generator | Zane Bitter | 2018-10-23 | 1 | -2/+1 |
| | | | | | | | This will cause a runtime error in Python 3.7, due to PEP479. Signed-off-by: Zane Bitter <zbitter@redhat.com> | ||||
| * | Don't raise StopIteration from generator, return instead | Miro Hron?ok | 2018-06-08 | 10 | -0/+2073 |
| See https://www.python.org/dev/peps/pep-0479/ | |||||
