New submission from pasenor <go...@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@python
components: Documentation
messages: 349446
nosy: docs@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37829>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to