Remove pythonrc log disabling
It doesn't work in 3.13 and it's not super important anyway
This commit is contained in:
parent
77ee7e9766
commit
91d9d4c872
1 changed files with 0 additions and 8 deletions
|
@ -1,11 +1,3 @@
|
|||
try:
|
||||
import readline
|
||||
except ImportError:
|
||||
print("Module readline not available.")
|
||||
else:
|
||||
# Don't write history on exit
|
||||
readline.write_history_file = lambda *args: None
|
||||
|
||||
# Try to install rich's prettification stuff
|
||||
try:
|
||||
import rich.pretty
|
||||
|
|
Loading…
Add table
Reference in a new issue