summaryrefslogtreecommitdiff
path: root/Lib/smtpd.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2004-10-09 21:44:13 +0000
committerBarry Warsaw <barry@python.org>2004-10-09 21:44:13 +0000
commit2a87025a1d7e94c852c1f347f689a7d71377fd8a (patch)
treee15aca36f2fab7e902721ba4607cda39b5dd9166 /Lib/smtpd.py
parentbed9f48ec08c6f552ce3fd17d0eb0565788d79e3 (diff)
downloadcpython-2a87025a1d7e94c852c1f347f689a7d71377fd8a.tar.gz
Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.
Diffstat (limited to 'Lib/smtpd.py')
-rwxr-xr-xLib/smtpd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/smtpd.py b/Lib/smtpd.py
index 9c47a5ba8b..c656ec7639 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