summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2024-11-26 09:21:57 (GMT)
committerGitHub <noreply@github.com>2024-11-26 09:21:57 (GMT)
commit3c7a90a83146dc6e55f6f9ecd9af0bf9682f98a6 (patch)
tree97ecc5a9b358baa268e8939aed959d10c4a3d140 /Misc/NEWS.d
parentf46d8475749a0eadbc1f37079906a8e1ed5d56dc (diff)
downloadcpython-3c7a90a83146dc6e55f6f9ecd9af0bf9682f98a6.zip
cpython-3c7a90a83146dc6e55f6f9ecd9af0bf9682f98a6.tar.gz
cpython-3c7a90a83146dc6e55f6f9ecd9af0bf9682f98a6.tar.bz2
gh-122273: Support PyREPL history on Windows (#127141)
Co-authored-by: devdanzin <74280297+devdanzin@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-22-09-23-41.gh-issue-122273.H8M6fd.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-22-09-23-41.gh-issue-122273.H8M6fd.rst b/Misc/NEWS.d/next/Library/2024-11-22-09-23-41.gh-issue-122273.H8M6fd.rst
new file mode 100644
index 0000000..99071e0
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-11-22-09-23-41.gh-issue-122273.H8M6fd.rst
@@ -0,0 +1 @@
+Support PyREPL history on Windows. Patch by devdanzin and Victor Stinner.