Re: Problems wth os.stat().st_mtime on Mac

2006-10-02 Thread Michael Glassford
Martin v. Löwis wrote: > Michael Glassford schrieb: >> Although not mentioned in the Python 2.5 News, apparently there was a >> similar change on Mac that I'm having some problems with. On the Mac, >> just as on Windows, os.stat().st_mtime now returns a float instead of an >> integer. > > It's isn

Re: Problems wth os.stat().st_mtime on Mac

2006-09-29 Thread Martin v. Löwis
Michael Glassford schrieb: > Although not mentioned in the Python 2.5 News, apparently there was a > similar change on Mac that I'm having some problems with. On the Mac, > just as on Windows, os.stat().st_mtime now returns a float instead of an > integer. It's isn't really new; os.stat_float_time

Problems wth os.stat().st_mtime on Mac

2006-09-29 Thread Michael Glassford
The Python 2.5 News at http://www.python.org/download/releases/2.5/NEWS.txt states that Python 2.5 was changed to "Use Win32 API to implement os.stat/fstat. As a result, subsecond timestamps are reported, the limit on path name lengths is removed, and stat reports WindowsError now (instead of O