Message 196942 - Python tracker
Message196942
| Author | nicola.palumbo |
|---|---|
| Recipients | berker.peksag, nicola.palumbo, serhiy.storchaka |
| Date | 2013-09-04.18:58:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1378321081.11.0.552450521086.issue18922@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write their version strings to stdout, and not to sderr. Applying the patch the stdout can be redirect /python.exe Lib/smtpd.py --version >> /dev/null Without the patch: /python.exe Lib/smtpd.py --version >> /dev/null Python SMTP proxy version 0.3 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-04 18:58:01 | nicola.palumbo | set | recipients: + nicola.palumbo, berker.peksag, serhiy.storchaka |
| 2013-09-04 18:58:01 | nicola.palumbo | set | messageid: <1378321081.11.0.552450521086.issue18922@psf.upfronthosting.co.za> |
| 2013-09-04 18:58:01 | nicola.palumbo | link | issue18922 messages |
| 2013-09-04 18:58:00 | nicola.palumbo | create | |