[Python-checkins] python/dist/src/Lib smtpd.py,1.16,1.17

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Sat Oct 9 23:44:15 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4442

Modified Files:
	smtpd.py 
Log Message:
Fix for SF bug # 1010102.  The default is PureProxy not SMTPProxy.


Index: smtpd.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/smtpd.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- smtpd.py	12 Jul 2004 23:10:08 -0000	1.16
+++ smtpd.py	9 Oct 2004 21:44:13 -0000	1.17
@@ -17,7 +17,7 @@
 
     --class classname
     -c classname
-        Use `classname' as the concrete SMTP proxy class.  Uses `SMTPProxy' by
+        Use `classname' as the concrete SMTP proxy class.  Uses `PureProxy' by
         default.
 
     --debug



More information about the Python-checkins mailing list