diff options
author | Anthony Sottile <asottile@umich.edu> | 2024-09-09 20:40:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 20:40:18 (GMT) |
commit | d359a7683e4339a3e057517ff25037aff2460353 (patch) | |
tree | 1f741eefabc49003f12294b432342e2f96528a81 | |
parent | c0c2aa7644ebd4953682784dbb9904fe955ff647 (diff) | |
download | cpython-d359a7683e4339a3e057517ff25037aff2460353.zip cpython-d359a7683e4339a3e057517ff25037aff2460353.tar.gz cpython-d359a7683e4339a3e057517ff25037aff2460353.tar.bz2 |
gh-66449: remove duplicate configparser section in 3.13 whatsnew (#123874)
-rw-r--r-- | Doc/whatsnew/3.13.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index f10376e..c60def5 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -786,14 +786,6 @@ compileall (Contributed by Victor Stinner in :gh:`109649`.) -configparser ------------- - -* The :class:`configparser.ConfigParser` now accepts unnamed sections - before named ones if configured to do so. - (Contributed by Pedro Sousa Lacerda in :gh:`66449`.) - - concurrent.futures ------------------ |