SIGN IN SIGN UP

bpo-33504: Migrate configparser from OrderedDict to dict. (#6819)

With 3.7+, dictionary are ordered by design.  Configparser still uses
collections.OrderedDict, which is unnecessary.  This updates the module
to use the standard dict implementation by default, and changes the
docs and tests to match.
J
John Reese committed
3a5b0d8988491d9408b22bceea6fd70b91345724
Parent: 5f3d04f
Committed by Łukasz Langa <lukasz@langa.pl> on 6/5/2018, 11:31:33 PM