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 berker.peksag
Recipients alunduil, berker.peksag, eric.araujo, jaraco, tarek
Date 2016-09-28.22:07:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475100440.53.0.691534971166.issue20754@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report, Alex. SafeConfigParser has been renamed to ConfigParser in Python 3.2 and distutils already uses ConfigParser in Python 3:

From Distribution.parse_config_files():

    ...
    parser = ConfigParser()

For 2.7, can you try it with setuptools? Perhaps we should keep 2.7 as-is and let setuptools do its magic.
History
Date User Action Args
2016-09-28 22:07:20berker.peksagsetrecipients: + berker.peksag, jaraco, tarek, eric.araujo, alunduil
2016-09-28 22:07:20berker.peksagsetmessageid: <1475100440.53.0.691534971166.issue20754@psf.upfronthosting.co.za>
2016-09-28 22:07:20berker.peksaglinkissue20754 messages
2016-09-28 22:07:20berker.peksagcreate