bpo-21018: document how to escape characters in configparser by arunpersaud · Pull Request #6137 · python/cpython

csabella

berkerpeksag

@arunpersaud

…configparser

Document how $ and % can be escaped in configparser.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 10, 2019
…configparser (pythonGH-6137)

Document how $ and % can be escaped in configparser.
(cherry picked from commit 9a94093)

Co-authored-by: Arun Persaud <arun@nubati.net>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 10, 2019
…configparser (pythonGH-6137)

Document how $ and % can be escaped in configparser.
(cherry picked from commit 9a94093)

Co-authored-by: Arun Persaud <arun@nubati.net>

JulienPalard pushed a commit that referenced this pull request

Sep 10, 2019
…configparser (GH-6137) (GH-15845)

Document how $ and % can be escaped in configparser.
(cherry picked from commit 9a94093)

Co-authored-by: Arun Persaud <arun@nubati.net>

JulienPalard pushed a commit that referenced this pull request

Sep 10, 2019
…configparser (GH-6137) (GH-15846)

Document how $ and % can be escaped in configparser.
(cherry picked from commit 9a94093)

Co-authored-by: Arun Persaud <arun@nubati.net>

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
…configparser (pythonGH-6137)

Document how $ and % can be escaped in configparser.