[ python-Bugs-1010102 ] smtpd.py docstring says wrong default class
SourceForge.net
noreply at sourceforge.net
Mon Aug 16 18:13:39 CEST 2004
Bugs item #1010102, was opened at 2004-08-16 11:57
Message generated for change (Settings changed) made by bwarsaw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1010102&group_id=5470
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Chris Green (chrisgreen)
>Assigned to: Barry A. Warsaw (bwarsaw)
Summary: smtpd.py docstring says wrong default class
Initial Comment:
Python 2.3.3
smtpd.py
Says it uses SMTPProxy by default where it's
actually "PureProxy"
-c classname
Use `classname' as the concrete SMTP proxy
class. Uses `SMTPProxy' by
default.
[...]
class Options:
setuid = 1
classname = 'PureProxy'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1010102&group_id=5470
More information about the Python-bugs-list
mailing list