[Spambayes-checkins] spambayes/windows pop3proxy_service.py, 1.12, 1.13

Mark Hammond mhammond at users.sourceforge.net
Tue Sep 16 10:14:13 EDT 2003


Update of /cvsroot/spambayes/spambayes/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv4080

Modified Files:
	pop3proxy_service.py 
Log Message:
Pathname will always be a string (rather than Unicode) for the forseeable 
future in the proxy.


Index: pop3proxy_service.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/pop3proxy_service.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pop3proxy_service.py	16 Sep 2003 14:01:47 -0000	1.12
--- pop3proxy_service.py	16 Sep 2003 14:14:11 -0000	1.13
***************
*** 118,122 ****
          extra = " as user '%s', using config file '%s'" \
                  % (win32api.GetUserNameEx(2).encode("mbcs"),
!                    optionsPathname.encode("mbcs"))
          import servicemanager
          servicemanager.LogMsg(
--- 118,122 ----
          extra = " as user '%s', using config file '%s'" \
                  % (win32api.GetUserNameEx(2).encode("mbcs"),
!                    optionsPathname)
          import servicemanager
          servicemanager.LogMsg(





More information about the Spambayes-checkins mailing list