diff options
author | Barry Warsaw <barry@python.org> | 2004-10-09 21:44:13 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-10-09 21:44:13 (GMT) |
commit | f267b623f3634d8ef246de55970132d28854b22f (patch) | |
tree | daf83d98154a647f3a5eaff5d892856afd5d23dd /Lib/smtpd.py | |
parent | ea7c7af10b72ec4f3c5ad2bb6beb1d3667ff978e (diff) | |
download | cpython-f267b623f3634d8ef246de55970132d28854b22f.zip cpython-f267b623f3634d8ef246de55970132d28854b22f.tar.gz cpython-f267b623f3634d8ef246de55970132d28854b22f.tar.bz2 |
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 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 |