summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authoraorcajo <589252+aorcajo@users.noreply.github.com>2024-09-06 13:40:29 (GMT)
committerGitHub <noreply@github.com>2024-09-06 13:40:29 (GMT)
commite95984826eb3cdb3a3baedb2ccea35e11e9f8161 (patch)
treee0da0f6859619058f26069c7c9f39dc13249e022 /Misc/NEWS.d/next
parenteca3fe40c251d51964172dd4e6e9c7d0d85d7d4a (diff)
downloadcpython-e95984826eb3cdb3a3baedb2ccea35e11e9f8161.zip
cpython-e95984826eb3cdb3a3baedb2ccea35e11e9f8161.tar.gz
cpython-e95984826eb3cdb3a3baedb2ccea35e11e9f8161.tar.bz2
gh-119310: Fix encoding when reading old history file (#121779)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Core_and_Builtins/2024-09-06-14-13-01.gh-issue-119310.WQxyDF.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-09-06-14-13-01.gh-issue-119310.WQxyDF.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-09-06-14-13-01.gh-issue-119310.WQxyDF.rst
new file mode 100644
index 0000000..e7bc24b
--- /dev/null
+++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-09-06-14-13-01.gh-issue-119310.WQxyDF.rst
@@ -0,0 +1,3 @@
+Allow the new interactive shell to read history files written with the
+editline library that use unicode-escaped entries. Patch by aorcajo and
+Łukasz Langa.