4.0.2 (2019-04-17)

  • Fixed a bug where inline comments in the config file were not parsedcorrectly such that the comments were included as part of the values.This only occurred on Python 2, and only where the environment had anextra configparser module installed. The bug was introduced inSupervisor 4.0.0 because of Python 2/3 compatibility code that expecteda Python 2 environment to only have a ConfigParser module.