> I'm happy to announce that ActivePython 2.5.0.0 is now available for
> download

Thanks, but even in this new version ActivePython does not report the
correct time, even on a machine whose CRT (msvcrt.dll) has been patched
with the KB932590 fix from Microsoft.

C:\Python25>dir c:\WINDOWS\system32\msvcrt.dll
 Volume in drive C has no label.
 Volume Serial Number is 949C-3C97

 Directory of c:\WINDOWS\system32

02/19/2007  06:32 AM           343,040 msvcrt.dll
               1 File(s)        343,040 bytes
               0 Dir(s)  28,680,716,288 bytes free

C:\Python25>time
The current time is: 17:35:39.02
Enter the new time:

C:\Python25>python
ActivePython 2.5.0.0 (ActiveState Software Inc.) based on
Python 2.5 (r25:51908, Mar  9 2007, 17:40:28) [MSC v.1310 32 bit (Intel)]
on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.asctime()
'Tue Mar 13 16:35:46 2007'
>>>

-- 
Bob Kline
mailto:[EMAIL PROTECTED]
http://www.rksystems.com
_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to