Message90556
| 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:52 | thoger | set | recipients: + thoger, loewis, barry, gregory.p.smith, pitrou, benjamin.peterson, glyph, psss, iankko, akr |
| 2009-07-16 07:03:51 | thoger | set | messageid: <1247727831.21.0.500876553027.issue5753@psf.upfronthosting.co.za> |
| 2009-07-16 07:03:48 | thoger | link | issue5753 messages |
| 2009-07-16 07:03:47 | thoger | create | |