[issue12238] Readline module loading in interactive mode

R. David Murray report at bugs.python.org
Thu Jun 2 14:38:20 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

This is a general principle of how Python runs in interactive mode and is not confined to loading readline.  The same would be true for any module loaded during startup, and there are quite a few that are so loaded.  Since loading modules from the current working directory is an important feature of using python in interactive mode, this is not something that is likely to be changed.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12238>
_______________________________________


More information about the Python-bugs-list mailing list