We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2cd35 commit bf7b4b2Copy full SHA for bf7b4b2
CHANGES.rst
@@ -1,6 +1,12 @@
1
4.0.2.dev0 (Next Release)
2
-------------------------
3
4
+- Fixed a bug where inline comments in the config file were not parsed
5
+ correctly such that the comments were included as part of the values.
6
+ This only occurred on Python 2, and only where the environment had an
7
+ extra ``configparser`` module installed. The bug was introduced in
8
+ Supervisor 4.0.0 because of Python 2/3 compatibility code that expected
9
+ a Python 2 environment to only have a ``ConfigParser`` module.
10
11
4.0.1 (2019-04-10)
12
------------------
0 commit comments