diff options
author | Victor Stinner <vstinner@python.org> | 2024-11-26 09:21:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-26 09:21:57 (GMT) |
commit | 3c7a90a83146dc6e55f6f9ecd9af0bf9682f98a6 (patch) | |
tree | 97ecc5a9b358baa268e8939aed959d10c4a3d140 /Misc/NEWS.d | |
parent | f46d8475749a0eadbc1f37079906a8e1ed5d56dc (diff) | |
download | cpython-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.rst | 1 |
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. |