<div dir="ltr"><div dir="ltr"><div>Hi Danilo</div><div><br></div><div>I've exactly the same experience, and now take the behaviour for granted, and don't personally have a desire to fix the problem. I've got used to it.</div><div><br></div><div>On Unix the behaviour follows from <a href="https://docs.python.org/3/library/rlcompleter.html">https://docs.python.org/3/library/rlcompleter.html</a> and also <a href="https://docs.python.org/3/library/site.html#rlcompleter-config">https://docs.python.org/3/library/site.html#rlcompleter-config</a>.</div><div><br></div><div>I read in <a href="https://docs.python.org/3/library/site.html">https://docs.python.org/3/library/site.html</a> that site.py attempts "to import a module named usercustomize, which can perform arbitrary user-specific customizations".</div><div><br></div><div>So I think that you, I or any other user could solve this problem for oneself, by creating a usercustomize.py. And that would be the first step to getting it into the standard library (or perhaps as an installation option for Python).</div><div><br></div><div>I hope this helps.</div><div>-- </div><div>Jonathan</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div>