Skip to content

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

@mnaberez mnaberez closed this in 18c4f6b Aug 25, 2025
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