Fixes #4522 Document that comments in ini files will be discarded with the ini module
parent
75b831318e
commit
36ca726258
|
@ -27,6 +27,8 @@ description:
|
||||||
- Manage (add, remove, change) individual settings in an INI-style file without having
|
- Manage (add, remove, change) individual settings in an INI-style file without having
|
||||||
to manage the file as a whole with, say, M(template) or M(assemble). Adds missing
|
to manage the file as a whole with, say, M(template) or M(assemble). Adds missing
|
||||||
sections if they don't exist.
|
sections if they don't exist.
|
||||||
|
- Comments are discarded when the source file is read, and therefore will not
|
||||||
|
show up in the destination file.
|
||||||
version_added: "0.9"
|
version_added: "0.9"
|
||||||
options:
|
options:
|
||||||
dest:
|
dest:
|
||||||
|
|
Loading…
Reference in New Issue