]> granicus.if.org Git - python/commit
[2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expressions in...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 2 Dec 2017 19:00:09 +0000 (21:00 +0200)
committerGitHub <noreply@github.com>
Sat, 2 Dec 2017 19:00:09 +0000 (21:00 +0200)
commit65d1887170fb278c10a836e9e4319cae4707f524
tree394209c0e5c0f04ebcbca2b94ac1eac432eff0d4
parentbe6b74c0795b709c7a04e2187a7e32d08f5155f6
[2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expressions in Py3k mode. (GH-4579) (#4676)
Lib/test/support/__init__.py
Lib/test/test_generators.py
Lib/test/test_grammar.py
Misc/NEWS.d/next/Core and Builtins/2017-11-27-08-37-34.bpo-10544.07nioT.rst [new file with mode: 0644]
Python/symtable.c