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 martin.panter
Recipients dhduvall, gvanrossum, jbeck, martin.panter
Date 2016-02-23.09:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456221038.43.0.231620068862.issue26414@psf.upfronthosting.co.za>
In-reply-to
Content
Digging through the history, it has been this way since at least revision d5b67d2ec7ee (1994).

Removing the colon is definitely a good idea. Maybe this might be a more proper way to get the default PATH:

>>> os.confstr("CS_PATH")
'/bin:/usr/bin'
History
Date User Action Args
2016-02-23 09:50:38martin.pantersetrecipients: + martin.panter, gvanrossum, dhduvall, jbeck
2016-02-23 09:50:38martin.pantersetmessageid: <1456221038.43.0.231620068862.issue26414@psf.upfronthosting.co.za>
2016-02-23 09:50:38martin.panterlinkissue26414 messages
2016-02-23 09:50:38martin.pantercreate