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 thoger
Recipients akr, barry, benjamin.peterson, glyph, gregory.p.smith, iankko, loewis, pitrou, psss, thoger
Date 2009-07-16.07:03:47
SpamBayes Score 0.00013629618
Marked as misclassified No
Message-id <1247727831.21.0.500876553027.issue5753@psf.upfronthosting.co.za>
In-reply-to
Content
This is not really the same thing as issue 946373.  That one seems to be
about adding script's directory as the first thing in sys.path. 
Comments there seem to mix both interactive ('' in sys.path) and
non-interactive (os.path.dirname(os.path.abspath(sys.argv[0])) in
sys.path) python uses, while CVE-2008-5983 is only about '' in sys.path,
mostly related to embedded use, rather than for python interpreter itself.
History
Date User Action Args
2009-07-16 07:03:52thogersetrecipients: + thoger, loewis, barry, gregory.p.smith, pitrou, benjamin.peterson, glyph, psss, iankko, akr
2009-07-16 07:03:51thogersetmessageid: <1247727831.21.0.500876553027.issue5753@psf.upfronthosting.co.za>
2009-07-16 07:03:48thogerlinkissue5753 messages
2009-07-16 07:03:47thogercreate