summaryrefslogtreecommitdiff
path: root/setuptools/py36compat.py
Commit message (Collapse)AuthorAgeFilesLines
* Given that the config file parsing functionality is unlikely to change ↵Jason R. Coombs2019-01-251-95/+0
| | | | upstream, just incorporate the functionality directly.
* improve encoding handling for `setup.cfg`Benoit Pierre2017-10-251-12/+25
| | | | | | | | Support the same mechanism as for Python sources for declaring the encoding to be used when reading `setup.cfg` (see PEP 263), and return the results of reading it as Unicode. Fix #1062 and #1136.
* Apply patch, disabling interpolation. Fixes #889.Jason R. Coombs2016-12-141-1/+1
|
* Backport config file parsing behavior from Python 3.7. Ref #889.Jason R. Coombs2016-12-141-0/+82