Nicola Palumbo added the comment:

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

----------
keywords: +patch
nosy: +npalumbo
Added file: http://bugs.python.org/file31590/issue18922.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18922>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to