This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Niels.Heinen, r.david.murray
Date 2011-06-02.12:38:20
SpamBayes Score 2.9378467e-05
Marked as misclassified No
Message-id <1307018300.62.0.394694924722.issue12238@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-06-02 12:38:20r.david.murraysetrecipients: + r.david.murray, Niels.Heinen
2011-06-02 12:38:20r.david.murraysetmessageid: <1307018300.62.0.394694924722.issue12238@psf.upfronthosting.co.za>
2011-06-02 12:38:20r.david.murraylinkissue12238 messages
2011-06-02 12:38:20r.david.murraycreate