[issue25131] The AST for dict and set displays has the lineno of the first value

STINNER Victor report at bugs.python.org
Tue Sep 15 20:47:00 CEST 2015


STINNER Victor added the comment:

Using hg bisect, I found the revision a65f685ba8c0:
                                                                                       
changeset:   95886:a65f685ba8c0
user:        Benjamin Peterson <benjamin at 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.

----------
nosy: +benjamin.peterson, haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25131>
_______________________________________


More information about the Python-bugs-list mailing list