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 techtonik
Recipients techtonik
Date 2009-04-07.15:03:48
SpamBayes Score 0.001224125
Marked as misclassified No
Message-id <1239116630.78.0.64068842306.issue5717@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import os
>>> os.defpath
'.;C:\\bin'
>>> os.path.defpath
'.;C:\\bin'
>>>

These are invalid paths on windows.
History
Date User Action Args
2009-04-07 15:03:51techtoniksetrecipients: + techtonik
2009-04-07 15:03:50techtoniksetmessageid: <1239116630.78.0.64068842306.issue5717@psf.upfronthosting.co.za>
2009-04-07 15:03:49techtoniklinkissue5717 messages
2009-04-07 15:03:48techtonikcreate