[docs] [issue33800] Fix default argument for parameter dict_type of ConfigParser/RawConfigParser

Andrés Delfino report at bugs.python.org
Thu Jun 7 16:01:29 EDT 2018


New submission from Andrés Delfino <adelfino at 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 at python
components: Documentation
messages: 318968
nosy: adelfino, docs at 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 <report at bugs.python.org>
<https://bugs.python.org/issue33800>
_______________________________________


More information about the docs mailing list