Closes #925: Allow list-typed config values to be provided on the command line,

like ``-D key=val1,val2``.
This commit is contained in:
Georg Brandl
2014-01-10 21:44:14 +01:00
parent 865d677eb8
commit 1356aff6d7
6 changed files with 43 additions and 14 deletions

View File

@@ -7,6 +7,9 @@ New features
* PR#202: Allow "." and "~" prefixed references in ``:param:`` doc fields
for Python.
* #925: Allow list-typed config values to be provided on the command line,
like ``-D key=val1,val2``.
Bugs fixed
----------