cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-119310: Fix encoding when reading old history file

Open aorcajo opened this issue 1 year ago • 2 comments

This fixes the problem reading history files created with previous versions of python (that where using GNU readline). Checks that the file was created by readline and change the encoding to unicode-escape.

  • Issue: gh-119310

aorcajo avatar Jul 14 '24 23:07 aorcajo