From: Petr Viktorin Date: Thu, 14 May 2026 17:16:23 +0000 (+0200) Subject: [3.15] gh-149231: Revert extra NEWS entry (GH-149840) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff6f921ffadba51ed350588457347a6d9fc2c986;p=thirdparty%2FPython%2Fcpython.git [3.15] gh-149231: Revert extra NEWS entry (GH-149840) gh-149231: Revert extra NEWS entry This reverts commit dc7cad2f5db834aefb5ecabebc6f25bbb898381b. --- diff --git a/Misc/NEWS.d/next/Library/2026-05-01-16-45-31.gh-issue-149231.x2nBEE.rst b/Misc/NEWS.d/next/Library/2026-05-01-16-45-31.gh-issue-149231.x2nBEE.rst deleted file mode 100644 index c265b54db8be..000000000000 --- a/Misc/NEWS.d/next/Library/2026-05-01-16-45-31.gh-issue-149231.x2nBEE.rst +++ /dev/null @@ -1 +0,0 @@ -In :mod:`tomllib`, the number of parts in TOML keys is now limited.