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
Python should import rlcompleter module with readline module before sys.path gets extended. This prevents accidentally shadowing of readline and rlcompleter modules when the current working directory contains a Python file with the same name.