Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reduce diff
  • Loading branch information
remilapeyre committed Jun 1, 2020
commit 57c3fac03caefae7adb60be9cbed50fe43861eaa
3 changes: 1 addition & 2 deletions Doc/library/configparser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,9 @@ case-insensitive and stored in lowercase [1]_.
Supported Datatypes
-------------------


Config parsers do not guess datatypes of values in configuration files, always
storing them internally as strings. This means that if you need other
datatypes, you should convert on your own::
datatypes, you should convert on your own:

.. doctest::

Expand Down