[issue37829] Documentation of stdlib: add example of mixed arguments to dict()

2019-09-12 Thread Stéphane Wirtel

Stéphane Wirtel  added the comment:

Thank you for your contribution, merged into master.

--
nosy: +matrixise
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions:  -Python 2.7, Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37829] Documentation of stdlib: add example of mixed arguments to dict()

2019-08-12 Thread Karthikeyan Singaravelan


Change by Karthikeyan Singaravelan :


--
nosy: +inada.naoki, rhettinger
versions:  -Python 3.5, Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37829] Documentation of stdlib: add example of mixed arguments to dict()

2019-08-12 Thread pasenor


Change by pasenor :


--
keywords: +patch
pull_requests: +14946
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/15220

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37829] Documentation of stdlib: add example of mixed arguments to dict()

2019-08-12 Thread pasenor


New submission from pasenor :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com