diff options
author | Barry Warsaw <barry@python.org> | 2004-10-09 21:44:13 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-10-09 21:44:13 +0000 |
commit | 2a87025a1d7e94c852c1f347f689a7d71377fd8a (patch) | |
tree | e15aca36f2fab7e902721ba4607cda39b5dd9166 /Lib/smtpd.py | |
parent | bed9f48ec08c6f552ce3fd17d0eb0565788d79e3 (diff) | |
download | cpython-2a87025a1d7e94c852c1f347f689a7d71377fd8a.tar.gz |
Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.
Diffstat (limited to 'Lib/smtpd.py')
-rwxr-xr-x | Lib/smtpd.py | 2 |
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 |