[python-win32] Request: Adding ReadDirectoryChangesW to win32

Mark Hammond mhammond@skippinet.com.au
Tue, 21 Jan 2003 21:44:51 +1100


> to just not knowing enough c++ and so on, this function can work
> synchronously or asynchronously, which, as Mark himself said
> "confuses
> things a little".

One simple option would be to implement this without overlapped support.  We
allow for an overlapped arg, but raise an exception if not None.  This
allows you to get started, and paves the way for someone else to "fix" this
later.

OK - I gave in, and did this.  No overlapped support, and I haven't even
tested it yet!  But it is checked in.

Mark.