Re: [python-win32] win32file.ReadDirectoryChangesW in asynch mode?

2009-02-05 Thread Tim Golden
Eric Blade wrote: It appears that sometime in the last year, year and a half or so, someone made the necessary changes to win32file to get ReadDirectoryChangesW up and working in Asynch mode, which is something that I would find very nice to be able to use right now .. however, the docs are makin

Re: [python-win32] [pywin32-checkins] py3k status

2009-02-05 Thread Mark Hammond
On 5/02/2009 5:10 AM, Vernon Cole wrote: Okay, group, I'm opening this up for discussion... Is my routine wrong, or is the test flawed? This test works fine at my house, U.S. Mountain Standard Time. When I change my Windows time zone to Brisbane, it fails here like it does for Mark. I'm star

Re: [python-win32] [pywin32-checkins] py3k status

2009-02-05 Thread Vernon Cole
Okay, I will proceed using the hypothesis that the problem is in the python time module and not in adodbapi, and that a fix is unimportant. The workaround is simple: do nothing! Adodbapi will use datetime.datetime by default. Only if you explicitly ask it to switch over to the old python time forma

Re: [python-win32] GetWindowsVersion on Longhorn

2009-02-05 Thread Mark Hammond
On 23/01/2009 11:40 AM, Matt Herbert (matherbe) wrote: Hey all, Just wondering if there is a way to differentiate Windows Server 2008 from Windows Vista? All the normal methods I would use aren't cutting it. For instance, sys.getwindowsversion() and platform.uname() are returning exactly the sam