diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-12-31 17:57:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-31 17:57:33 (GMT) |
commit | 30a6d79fb8bc1ef96600c290c016720103b74b2d (patch) | |
tree | df36be837844f8ef2cfafa540d7639197f72cf8f /Misc/NEWS.d/3.11.0a1.rst | |
parent | 471aa752415029c508693fa7971076f5148022a6 (diff) | |
download | cpython-30a6d79fb8bc1ef96600c290c016720103b74b2d.zip cpython-30a6d79fb8bc1ef96600c290c016720103b74b2d.tar.gz cpython-30a6d79fb8bc1ef96600c290c016720103b74b2d.tar.bz2 |
gh-101100: Fix Sphinx warnings in `library/configparser.rst` (#113598)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc/NEWS.d/3.11.0a1.rst')
-rw-r--r-- | Misc/NEWS.d/3.11.0a1.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.11.0a1.rst b/Misc/NEWS.d/3.11.0a1.rst index 26c44b6..1c96c07 100644 --- a/Misc/NEWS.d/3.11.0a1.rst +++ b/Misc/NEWS.d/3.11.0a1.rst @@ -1642,9 +1642,9 @@ interval specified with nanosecond precision. .. nonce: UptGAn .. section: Library -Remove from the :mod:`configparser` module: the :class:`SafeConfigParser` -class, the :attr:`filename` property of the :class:`ParsingError` class, the -:meth:`readfp` method of the :class:`ConfigParser` class, deprecated since +Remove from the :mod:`configparser` module: the :class:`!SafeConfigParser` +class, the :attr:`!filename` property of the :class:`~configparser.ParsingError` class, the +:meth:`!readfp` method of the :class:`~configparser.ConfigParser` class, deprecated since Python 3.2. Patch by Hugo van Kemenade. |