diff options
author | aorcajo <589252+aorcajo@users.noreply.github.com> | 2024-09-06 13:40:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 13:40:29 (GMT) |
commit | e95984826eb3cdb3a3baedb2ccea35e11e9f8161 (patch) | |
tree | e0da0f6859619058f26069c7c9f39dc13249e022 /Misc/NEWS.d/next | |
parent | eca3fe40c251d51964172dd4e6e9c7d0d85d7d4a (diff) | |
download | cpython-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.rst | 3 |
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. |