New submission from Joe:

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

----------
components: Distutils
messages: 269970
nosy: dstufft, eric.araujo, jhunkeler
priority: normal
severity: normal
status: open
title: distutils.config API different between <=3.5.1 and 3.5.2
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27467>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to