Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document support for interpolation #1648

Closed
2 tasks
jaraco opened this issue Jan 27, 2019 · 1 comment · Fixed by #4452
Closed
2 tasks

Document support for interpolation #1648

jaraco opened this issue Jan 27, 2019 · 1 comment · Fixed by #4452
Assignees

Comments

@jaraco
Copy link
Member

jaraco commented Jan 27, 2019

As recommended in this distutils-sig post, Setuptools should support interpolation in a consistent way across Pythons and document that support.

  • update setuptools and distutils to use SafeConfigParser in 2.7
  • update the setuptools and distutils docs to say that interpolation
    is enabled when reading setup.cfg and "%%" works as an escape (except
    on older versions of Python 2.x with either distutils or an older
    version of setuptools).
@jaraco
Copy link
Member Author

jaraco commented Jul 1, 2024

Python 2.7 concerns are moot now.

@jaraco jaraco changed the title Use SafeConfigParser on Python 2.7 and support interpolation Document support for interpolation Jul 1, 2024
@jaraco jaraco self-assigned this Jul 1, 2024
@jaraco jaraco closed this as completed in a9a5400 Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant