[python-win32] error on shell.SHChangeNotify

Mark Hammond mhammond at skippinet.com.au
Thu May 24 01:18:37 CEST 2007


> On 5/22/07, Roger Upole <rwupole at msn.com> wrote:
> > Try a newer build of pywin32.  There was a bug in some 
> older versions
> > regarding how the function determined whether it needed a file path
> > or an id list.
> 
> BTW, any idea which versions of pywin32 have the bug, or which version
> has the fix? Just want to make a note in my code. Thanks.

It was in the following revision of shell.cpp:

revision 1.42
date: 2006/01/12 15:20:31;  author: rupole;  state: Exp;  lines: +37 -32
Allow SHFileOperation to accept a string containing multiple file names,
and some doc improvements

(thanks Roger!) which theoretically first appeared in b208.

Cheers,

Mark


More information about the Python-win32 mailing list