This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Claudiu.Popa, benjamin.peterson, vstinner
Date 2015-09-15.18:47:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442342820.74.0.851972771925.issue25131@psf.upfronthosting.co.za>
In-reply-to
Content
Using hg bisect, I found the revision a65f685ba8c0:
                                                                                       
changeset:   95886:a65f685ba8c0
user:        Benjamin Peterson <benjamin@python.org>
date:        Tue May 05 20:16:41 2015 -0400
files:       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
description:
PEP 448: additional unpacking generalizations (closes #2292)

Patch by Neil Girdhar.
History
Date User Action Args
2015-09-15 18:47:00vstinnersetrecipients: + vstinner, benjamin.peterson, Claudiu.Popa
2015-09-15 18:47:00vstinnersetmessageid: <1442342820.74.0.851972771925.issue25131@psf.upfronthosting.co.za>
2015-09-15 18:47:00vstinnerlinkissue25131 messages
2015-09-15 18:47:00vstinnercreate