mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +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
|
||||
-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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue