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 pitrou
Recipients brian.curtin, ocean-city, pitrou, tim.golden
Date 2010-10-23.15:09:57
SpamBayes Score 7.045503e-10
Marked as misclassified No
Message-id <1287846599.01.0.627107716718.issue10179@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, it looks like this is actually VirtualBox-specific.
It works with another network drive mapped on Y:

>>> os.stat(r"y:")
nt.stat_result(st_mode=16895, st_ino=0, st_dev=0, st_nlink=0, st_uid=0, st_gid=0, st_size=0, st_atime=1287784175, st_mtime=1281439296, st_ctime=1281439296)
>>> os.stat(r"z:")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
WindowsError: [Error 1] Incorrect function: 'z:'
History
Date User Action Args
2010-10-23 15:09:59pitrousetrecipients: + pitrou, ocean-city, tim.golden, brian.curtin
2010-10-23 15:09:59pitrousetmessageid: <1287846599.01.0.627107716718.issue10179@psf.upfronthosting.co.za>
2010-10-23 15:09:57pitroulinkissue10179 messages
2010-10-23 15:09:57pitroucreate