This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2004年06月28日 00:51 by skip.montanaro, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg21341 - (view) | Author: Skip Montanaro (skip.montanaro) * (Python triager) | Date: 2004年06月28日 00:51 | |
The SMTP class in smtplib.py sends its debug output to stdout. This should at least be changed to stderr. Better yet would be to make the destination configurable via a set_debug_output() method. |
|||
| msg21342 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2004年07月10日 23:15 | |
Logged In: YES user_id=357491 Fixed in rev. 1.65 in CVS. Not backporting since some one some where might actually depend on it going to stdout. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:05 | admin | set | github: 40471 |
| 2004年06月28日 00:51:36 | skip.montanaro | create | |