]> granicus.if.org Git - python/commit
bpo-32670: Enforce PEP 479. (#5327)
authorYury Selivanov <yury@magic.io>
Fri, 26 Jan 2018 20:24:24 +0000 (15:24 -0500)
committerGitHub <noreply@github.com>
Fri, 26 Jan 2018 20:24:24 +0000 (15:24 -0500)
commit43c47fe09640c579462978ec16f81295f5857cde
tree6a1524a805eb5d181acc04552bfb1a09ea736e39
parentdba976b8a28d6e5daa66ef31a6a7c694a9193f6a
bpo-32670: Enforce PEP 479. (#5327)
Doc/library/exceptions.rst
Doc/whatsnew/3.7.rst
Lib/test/test_generators.py
Lib/test/test_with.py
Misc/NEWS.d/next/Core and Builtins/2018-01-25-17-03-46.bpo-32670.YsqJUC.rst [new file with mode: 0644]
Objects/genobject.c
Python/future.c