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 marco
Recipients kbk, marco
Date 2011-11-30.07:07:06
SpamBayes Score 0.00016245684
Marked as misclassified No
Message-id <1322636827.64.0.350529177917.issue13506@psf.upfronthosting.co.za>
In-reply-to
Content
... I think it could be fixed by adding

sys.path.insert(0,"")

on the # process sys.argv and sys.path: section in PyShell.py after (~about) line 1383

            sys.path.insert(0, dir)
	sys.path.insert(0,"")        <----HERE
    # check the IDLE settings configuration (but command line overrides)

(Unified diff/patch file attached)
History
Date User Action Args
2011-11-30 07:07:07marcosetrecipients: + marco, kbk
2011-11-30 07:07:07marcosetmessageid: <1322636827.64.0.350529177917.issue13506@psf.upfronthosting.co.za>
2011-11-30 07:07:07marcolinkissue13506 messages
2011-11-30 07:07:06marcocreate