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 delivrance
Recipients delivrance, dstufft, eric.araujo, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-12-05.16:46:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512492386.04.0.213398074469.issue32223@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, distutils doesn't correctly read UTF-8 content from config files (setup.cfg).

Seems like the issue is located on the line reading the files via the ConfigParser; simply adding 'encoding="UTF-8"' as argument fixes the problem for me: https://github.com/python/cpython/pull/4727

On Linux it seems to be working fine.
History
Date User Action Args
2017-12-05 16:46:26delivrancesetrecipients: + delivrance, paul.moore, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft
2017-12-05 16:46:26delivrancesetmessageid: <1512492386.04.0.213398074469.issue32223@psf.upfronthosting.co.za>
2017-12-05 16:46:25delivrancelinkissue32223 messages
2017-12-05 16:46:25delivrancecreate