You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn’t that whole construct be replaced by code using readline module from the standard library instead? We could then easily have recorded history as well.
For support of Windows we can import pyreadline3 as a replacement (not sure about details, I am a Linux guy).
The text was updated successfully, but these errors were encountered:
Shouldn’t that whole construct be replaced by code using
readline
module from the standard library instead? We could then easily have recorded history as well.For support of Windows we can import
pyreadline3
as a replacement (not sure about details, I am a Linux guy).The text was updated successfully, but these errors were encountered: