Fixes #4522 Document that comments in ini files will be discarded with the ini module
This commit is contained in:
parent
44014d6800
commit
1ad4f6e325
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue