[docs] [issue37829] Documentation of stdlib: add example of mixed arguments to dict()
pasenor
report at bugs.python.org
Mon Aug 12 04:25:59 EDT 2019
New submission from pasenor <gosha at fro.lv>:
The following use of the dict() function with both positional and keyword arguments does follow from the description, but probably needs it's own example:
dict({'a': 1}, b=2}) == {'a': 1, 'b': 2}
----------
assignee: docs at python
components: Documentation
messages: 349446
nosy: docs at python, pasenor
priority: normal
severity: normal
status: open
title: Documentation of stdlib: add example of mixed arguments to dict()
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37829>
_______________________________________
More information about the docs
mailing list