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

Redo "Parse env configuration in posix mode" #1613

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vereszol
Copy link

@vereszol vereszol commented Dec 8, 2023

Fixes #328

This allows (escaped) quotes in the values as well as empty values.

This was done in pull request #329 but removed as it broke parsing empty quotes (#873) due to a bug in shlex (http://bugs.python.org/issue21999). This bug is fixed so posix mode can be used.

Brings back #329
Partially reverts #880

Fixes Supervisor#328

This allows (escaped) quotes in the values as well as empty
values.

This was done in pull request Supervisor#329 but removed as it
broke parsing empty quotes (Supervisor#873) due to a bug in shlex
(http://bugs.python.org/issue21999). This bug is fixed
so posix mode can be used.

Brings back Supervisor#329
Partially reverts Supervisor#880
@vereszol
Copy link
Author

vereszol commented Dec 8, 2023

https://bugs.python.org/issue21999 was fixed in Python 2.7 and 3.5 so this can be merged only after dropping support for Python 3.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Not possible to have quotes in environment variable settings
2 participants