[Spambayes-checkins] spambayes/Outlook2000/dialogs FolderSelector.py, 1.30, 1.31

Mark Hammond mhammond at users.sourceforge.net
Wed Oct 15 00:12:27 EDT 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs
In directory sc8-pr-cvs1:/tmp/cvs-serv2408

Modified Files:
	FolderSelector.py 
Log Message:
Add comments reflecting the structure code has been cloned to the new win32gui_struct module.

Index: FolderSelector.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/FolderSelector.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** FolderSelector.py	9 Sep 2003 02:14:28 -0000	1.30
--- FolderSelector.py	15 Oct 2003 04:12:25 -0000	1.31
***************
*** 153,156 ****
--- 153,159 ----
      return root
  
+ # XXX - Note - the following structure code has been copied into the new
+ # XXX - win32gui_struct module.  One day we can rip this in preference
+ # XXX - for this new standard win32all module
  # Helpers for the ugly win32 structure packing/unpacking
  def _GetMaskAndVal(val, default, mask, flag):
***************
*** 253,256 ****
--- 256,260 ----
      item = UnpackTVItem(buf_item)
      return hwndFrom, id, code, item
+ # XXX - end of code copied to win32gui_struct.py
  
  #########################################################################





More information about the Spambayes-checkins mailing list