Hello,

Thank you maintaining python packages for OpenBSD.

Could you kindly help me to resolve issue with history in Python 3.10?

I'm on OpenBSD 7.2 GENERIC.MP#6 amd64 and have three Python versions
installed. In Python 2.7 and 3.9 I can with arrow up return to older
commands. File ~/.python_history contain history from 3.9. Can this file
be used by 3.10 too? I'm getting ^[[A.

Best regards,
Jiří

(.venv) $ python2.7
Python 2.7.18 (default, Sep 28 2022, 16:34:37) 
[GCC OpenBSD Clang 13.0.0] on openbsd7
Type "help", "copyright", "credits" or "license" for more information.
>>> 1   
1
>>> 1
1
>>> 
(.venv) $ python3.9
Python 3.9.15 (main, Oct 21 2022, 14:01:40) 
[Clang 13.0.0 ] on openbsd7
Type "help", "copyright", "credits" or "license" for more information.
>>> 2
2
>>> 2
2
>>> 
(.venv) $ python3.10
Python 3.10.8 (main, Oct 21 2022, 16:27:57) [Clang 13.0.0 ] on openbsd7
Type "help", "copyright", "credits" or "license" for more information.
>>> 3
3
>>> ^[[A

-- 
Jiri Navratil, https://nocloud.cz

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to