]> granicus.if.org Git - python/commit
PEP 479: Change StopIteration handling inside generators.
authorYury Selivanov <yselivanov@sprymix.com>
Sat, 9 May 2015 15:44:30 +0000 (11:44 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Sat, 9 May 2015 15:44:30 +0000 (11:44 -0400)
commit8170e8c0d12cb9414f3a3d3ca81a447b4afc5f26
treed6353155110b49bf7953fd0d7d3f808512e8feb1
parentbd60e8dece89440ebdc80a19b2217d5ba2515124
PEP 479: Change StopIteration handling inside generators.

Closes issue #22906.
14 files changed:
Doc/howto/functional.rst
Doc/library/__future__.rst
Doc/library/exceptions.rst
Doc/reference/expressions.rst
Include/code.h
Include/compile.h
Include/pythonrun.h
Lib/__future__.py
Lib/contextlib.py
Lib/difflib.py
Lib/test/test_contextlib.py
Misc/NEWS
Objects/genobject.c
Python/future.c