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 jhunkeler
Recipients dstufft, eric.araujo, jhunkeler
Date 2016-07-08.04:16:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467951392.72.0.939570638824.issue27467@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3k releases leading up to 3.5.2, distutils.config imported "ConfigParser", but now imports "RawConfigParser" in the latest release.

The documentation indicates "RawConfigParser" is considered legacy and "ConfigParser" should be used in its place. Was this change intentional, and if not, will it be reverted to the previous behavior for the next patch release?

Thanks,
Joe
History
Date User Action Args
2016-07-08 04:16:32jhunkelersetrecipients: + jhunkeler, eric.araujo, dstufft
2016-07-08 04:16:32jhunkelersetmessageid: <1467951392.72.0.939570638824.issue27467@psf.upfronthosting.co.za>
2016-07-08 04:16:32jhunkelerlinkissue27467 messages
2016-07-08 04:16:32jhunkelercreate