diff options
author | Thomas Wouters <thomas@python.org> | 2023-06-20 13:32:39 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-06-20 13:32:39 (GMT) |
commit | e149448595d9099d54a4f4603e6dd3864e81b6b8 (patch) | |
tree | 3e3cc5fcff73f0ee687af04864dacaa244fcf68a /Misc | |
parent | e904c35c315a20de97b59f146da3d47402c029da (diff) | |
parent | 164fa930011c46d3261538c17f8c4ffbeedc0f7e (diff) | |
download | cpython-e149448595d9099d54a4f4603e6dd3864e81b6b8.zip cpython-e149448595d9099d54a4f4603e6dd3864e81b6b8.tar.gz cpython-e149448595d9099d54a4f4603e6dd3864e81b6b8.tar.bz2 |
Merge branch '3.12' of https://github.com/python/cpython into 3.12
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-06-19-11-04-01.gh-issue-105908.7oanny.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-06-19-11-04-01.gh-issue-105908.7oanny.rst b/Misc/NEWS.d/next/Core and Builtins/2023-06-19-11-04-01.gh-issue-105908.7oanny.rst new file mode 100644 index 0000000..03db3f0 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-06-19-11-04-01.gh-issue-105908.7oanny.rst @@ -0,0 +1 @@ +Fixed bug where :gh:`99111` breaks future import ``barry_as_FLUFL`` in the Python REPL. |