]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PEP 479: Use the return-keyword instead of raising StopIteration inside a generators.
authorRaymond Hettinger <python@rcn.com>
Sun, 23 Nov 2014 06:14:41 +0000 (22:14 -0800)
committerRaymond Hettinger <python@rcn.com>
Sun, 23 Nov 2014 06:14:41 +0000 (22:14 -0800)
commitbb6c0aaebfbeb9ab13886e261df904c9c12853b9
treeaa283779a1ce070feb4c59a8c5cf624d3830059c
parent828d932a2c4da5eb7c05e85dfe51f5f6db68084d
PEP 479:  Use the return-keyword instead of raising StopIteration inside a generators.
Lib/ipaddress.py
Lib/mailbox.py
Lib/test/test_buffer.py
Lib/test/test_collections.py
Lib/test/test_itertools.py
Lib/test/test_sys_setprofile.py