summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2004-10-09 21:44:13 (GMT)
committerBarry Warsaw <barry@python.org>2004-10-09 21:44:13 (GMT)
commitf267b623f3634d8ef246de55970132d28854b22f (patch)
treedaf83d98154a647f3a5eaff5d892856afd5d23dd
parentea7c7af10b72ec4f3c5ad2bb6beb1d3667ff978e (diff)
downloadcpython-f267b623f3634d8ef246de55970132d28854b22f.zip
cpython-f267b623f3634d8ef246de55970132d28854b22f.tar.gz
cpython-f267b623f3634d8ef246de55970132d28854b22f.tar.bz2
Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.
-rwxr-xr-xLib/smtpd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/smtpd.py b/Lib/smtpd.py
index 9c47a5b..c656ec7 100755
--- a/Lib/smtpd.py
+++ b/Lib/smtpd.py
@@ -17,7 +17,7 @@ Options:
--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