R. David Murray <rdmur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12238>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to