summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDino Viehland <dinoviehland@gmail.com>2024-05-31 07:49:03 (GMT)
committerGitHub <noreply@github.com>2024-05-31 07:49:03 (GMT)
commit0d07182821fad7b95a043d006f1ce13a2d22edcb (patch)
treedd51773d847f35d791bb9436352d39500845f288 /Misc
parent13a5fdc72f701c053b96abea48cd8f2775e9418e (diff)
downloadcpython-0d07182821fad7b95a043d006f1ce13a2d22edcb.zip
cpython-0d07182821fad7b95a043d006f1ce13a2d22edcb.tar.gz
cpython-0d07182821fad7b95a043d006f1ce13a2d22edcb.tar.bz2
gh-111201: Support pyrepl on Windows (#119559)
Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com> Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2024-05-25-18-43-10.gh-issue-111201.SLPJIx.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-05-25-18-43-10.gh-issue-111201.SLPJIx.rst b/Misc/NEWS.d/next/Windows/2024-05-25-18-43-10.gh-issue-111201.SLPJIx.rst
new file mode 100644
index 0000000..f3918ed
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2024-05-25-18-43-10.gh-issue-111201.SLPJIx.rst
@@ -0,0 +1 @@
+Add support for new pyrepl on Windows