Nico Cesar
edea537c76
if python >=2.7 use the option allow_no_value=True for ini_file.
2014-08-05 10:56:20 -04:00
Michael DeHaan
07bb7e5a3b
Revert ""allow_no_value=True" for ini_file module so /etc/my.cnf can be read without a problem"
...
This reverts commit cbdc9f1153
.
Code needs to make allowances for particular python versions and try/except
around this block.
2014-08-04 11:49:55 -04:00
Nico Cesar
cbdc9f1153
"allow_no_value=True" for ini_file module so /etc/my.cnf can be read without a problem
2014-08-01 16:04:35 -04:00
Andreas Fleig
30ad859fe0
ini_file: replace lambda with named function
...
Fixes #6876
2014-07-08 10:17:03 -05:00
Brian Coca
c24956032d
unified calls to fs function vs duplicate functions for file and
...
directory
2014-05-24 09:28:45 -04:00
James Tanner
ad837709bd
Addresses #5023 Fix import comments
2013-12-02 15:13:49 -05:00
James Tanner
6000d636b3
Fixes #5023 Convert all modules to use new snippet import pattern
2013-12-02 15:11:23 -05:00
James Tanner
36ca726258
Fixes #4522 Document that comments in ini files will be discarded with the ini module
2013-11-08 09:57:22 -05:00
Robert Parrott
54aeaaf486
small change ... in order to get changed signal correct, move DEFAULT section test upward.
2013-10-10 09:10:00 -04:00
Robert Parrott
762135915c
fix handling of [DEFAULT] section by ConfigParser. it is there by DEFAULT.
2013-10-10 09:01:00 -04:00
Michael DeHaan
4dfbbc4499
Revert "ini_file: add support for lists of options/values"
...
Breaks "," values in INI files
This reverts commit af051d6f77
.
2013-07-05 12:04:07 -04:00
Michael DeHaan
c80ad67d7e
Merge pull request #3226 from jpmens/ini_file2
...
ini_file: add support for lists of options/values
2013-06-19 18:59:19 -07:00
Jan-Piet Mens
af051d6f77
ini_file: add support for lists of options/values
2013-06-15 22:21:34 +02:00
Jan-Piet Mens
5c69918d53
DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
...
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
Added deprecation warning to moduledev.rst and remove deprecated example from it
Fixed up a few typos and uppercased some acronyms.
add consistency to how EXAMPLES are formatted
2013-06-15 20:54:25 +02:00
Michael DeHaan
391fb98ee2
Allow modules to be categorized, and also sort them when generating the documentation.
2013-04-28 15:03:45 -04:00