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 Damien.Elmes
Recipients Damien.Elmes
Date 2010-02-05.16:07:37
SpamBayes Score 2.1832405e-07
Marked as misclassified No
Message-id <1265386059.32.0.591513195746.issue7858@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like you can't set a modtime of 0 on a vfat partition. This may not be a valid thing to do, but it took me a long time to figure out it was a bad thing, as the error doesn't appear until the next time the error flag is checked:

>>> os.utime("testfile", (0.0,0.0))
>>> import time
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
WindowsError: [Error 87] The parameter is incorrect
History
Date User Action Args
2010-02-05 16:07:39Damien.Elmessetrecipients: + Damien.Elmes
2010-02-05 16:07:39Damien.Elmessetmessageid: <1265386059.32.0.591513195746.issue7858@psf.upfronthosting.co.za>
2010-02-05 16:07:37Damien.Elmeslinkissue7858 messages
2010-02-05 16:07:37Damien.Elmescreate