[issue26489] dictionary unpacking operator in dict expression

Guo Ci Teo report at bugs.python.org
Sat Mar 5 17:00:40 EST 2016


New submission from Guo Ci Teo:

The attached patch enables the unparse.py tool to unparse dictionary unpacking operators (**) in a dict expression, for example,

{**{'y': 2}, 'x': 1}

, as described in PEP 0448.

----------
components: Demos and Tools
files: unpack_in_dict.patch
keywords: patch
messages: 261226
nosy: guoci
priority: normal
severity: normal
status: open
title: dictionary unpacking operator in dict expression
type: enhancement
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file42075/unpack_in_dict.patch

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


More information about the Python-bugs-list mailing list