This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adelfino
Recipients adelfino, docs@python
Date 2018-06-07.20:01:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528401689.57.0.592728768989.issue33800@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-06-07 20:01:29adelfinosetrecipients: + adelfino, docs@python
2018-06-07 20:01:29adelfinosetmessageid: <1528401689.57.0.592728768989.issue33800@psf.upfronthosting.co.za>
2018-06-07 20:01:29adelfinolinkissue33800 messages
2018-06-07 20:01:29adelfinocreate