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 jreese
Recipients jreese
Date 2018-05-14.18:18:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526321898.65.0.682650639539.issue33504@psf.upfronthosting.co.za>
In-reply-to
Content
The configparser module uses `collections.OrderedDict` as its default, but this is no longer necessary in 3.7+ due to the semantics of core dictionaries being ordered by design.  configparser should just use `dict` by default now, instead.
History
Date User Action Args
2018-05-14 18:18:18jreesesetrecipients: + jreese
2018-05-14 18:18:18jreesesetmessageid: <1526321898.65.0.682650639539.issue33504@psf.upfronthosting.co.za>
2018-05-14 18:18:18jreeselinkissue33504 messages
2018-05-14 18:18:18jreesecreate