mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy.
This commit is contained in:
parent
ea7c7af10b
commit
f267b623f3
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ Options:
|
||||||
|
|
||||||
--class classname
|
--class classname
|
||||||
-c 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.
|
default.
|
||||||
|
|
||||||
--debug
|
--debug
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue