]> granicus.if.org Git - python/commit
PEP 448: additional unpacking generalizations (closes #2292)
authorBenjamin Peterson <benjamin@python.org>
Wed, 6 May 2015 00:16:41 +0000 (20:16 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 6 May 2015 00:16:41 +0000 (20:16 -0400)
commit025e9ebd0a0a19f50ca83af6ada0ac65be1fa2a1
treed769adcb6d4a557a00923f18ed2b0ca8b515a473
parent4ccc1514d070cabe80e8cfa0469dc03c12d08be2
PEP 448: additional unpacking generalizations (closes #2292)

Patch by Neil Girdhar.
26 files changed:
Grammar/Grammar
Include/Python-ast.h
Include/dictobject.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_ast.py
Lib/test/test_extcall.py
Lib/test/test_grammar.py
Lib/test/test_parser.py
Lib/test/test_syntax.py
Lib/test/test_unpack_ex.py
Misc/ACKS
Misc/NEWS
Modules/parsermodule.c
Objects/dictobject.c
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/ceval.c
Python/compile.c
Python/graminit.c
Python/importlib_external.h
Python/opcode_targets.h
Python/symtable.c
Tools/parser/unparse.py