[New-bugs-announce] [issue5717] os.defpath includes unix /bin on windows

anatoly techtonik report at bugs.python.org
Tue Apr 7 17:03:50 CEST 2009


New submission from anatoly techtonik <techtonik at gmail.com>:

>>> import os
>>> os.defpath
'.;C:\\bin'
>>> os.path.defpath
'.;C:\\bin'
>>>

These are invalid paths on windows.

----------
components: Library (Lib)
messages: 85708
nosy: techtonik
severity: normal
status: open
title: os.defpath includes unix /bin on windows
versions: Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5717>
_______________________________________


More information about the New-bugs-announce mailing list