Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
configparser
1 parent 4561f64 commit fb8d8d9Copy full SHA for fb8d8d9
1 file changed
Doc/library/configparser.rst
@@ -24,6 +24,11 @@ can be customized by end users easily.
24
This library does *not* interpret or write the value-type prefixes used in
25
the Windows Registry extended version of INI syntax.
26
27
+.. warning::
28
+ Be cautious when parsing data from untrusted sources. A malicious
29
+ INI file may cause the decoder to consume considerable CPU and memory
30
+ resources. Limiting the size of data to be parsed is recommended.
31
+
32
.. seealso::
33
34
Module :mod:`tomllib`
0 commit comments