New submission from Andrés Delfino <adelf...@gmail.com>:

Default argument of parameter dict_type of ConfigParser/RawConfigParser is 
shown as "collections.OrderedDict", while it recently migrated to "dict".

PR fixes this, documents the change to dict, and fixes a versionchanged changed 
directive in "items" with wrong indentation.

----------
assignee: docs@python
components: Documentation
messages: 318968
nosy: adelfino, docs@python
priority: normal
severity: normal
status: open
title: Fix default argument for parameter dict_type of 
ConfigParser/RawConfigParser
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33800>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to