diff options
Diffstat (limited to 'python/python3-iniconfig/README')
| -rw-r--r-- | python/python3-iniconfig/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-iniconfig/README b/python/python3-iniconfig/README index c87311dd9e..3c790e2a7e 100644 --- a/python/python3-iniconfig/README +++ b/python/python3-iniconfig/README @@ -1,3 +1,5 @@ +iniconfig (brain-dead simple config-ini parsing) + iniconfig is a small and simple INI-file parser module having a unique set of features: @@ -7,3 +9,6 @@ set of features: * raises errors with proper line-numbers * no bells and whistles like automatic substitutions * iniconfig raises an Error if two sections have the same name. + +NOTE: Unable to support newer versions due to requiring newer version +of python than is available in Slackware 15.0 (python 3.10). |
