This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbougnoux
Recipients docs@python, sbougnoux
Date 2021-09-16.08:51:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631782278.7.0.0138696609954.issue45217@roundup.psfhosted.org>
In-reply-to
Content
Just the simple following config crashes

"""
[Bug]
Here
"""

Hopefully using "Here=" solves the issue, but the doc claims it shall work.
https://docs.python.org/3.8/library/configparser.html?highlight=configparser#supported-ini-file-structure

Save the config in "bug.ini", then write (it will raise an exception)
"""
from configparser import ConfigParser
ConfigParser().read('bug.ini')
"""
History
Date User Action Args
2021-09-16 08:51:18sbougnouxsetrecipients: + sbougnoux, docs@python
2021-09-16 08:51:18sbougnouxsetmessageid: <1631782278.7.0.0138696609954.issue45217@roundup.psfhosted.org>
2021-09-16 08:51:18sbougnouxlinkissue45217 messages
2021-09-16 08:51:18sbougnouxcreate