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.

Author SSmith
Recipients SSmith, benjamin.peterson
Date 2014-01-28.15:14:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390922065.68.0.0440070134832.issue18846@psf.upfronthosting.co.za>
In-reply-to
Content
Please pay some attention to this. This ISSUE is still valid in 3.4b4! Issue #18338 resolves only part of the problem. Look at this part of the OP:
invoking  python.exe   prints its default output to stderr:
[ in]>python 1> null
[out]>Python 3.4.0a1 (v3.4.0a1:46535f65e7f3, Aug  3 2013, 22:59:31) [MSC v.1600 32 bit (Intel)] on win32
[out]>Type "help", "copyright", "credits" or "license" for more information.
[out]>>>

[ in]>python 2> null
[out]>>>
History
Date User Action Args
2014-01-28 15:14:25SSmithsetrecipients: + SSmith, benjamin.peterson
2014-01-28 15:14:25SSmithsetmessageid: <1390922065.68.0.0440070134832.issue18846@psf.upfronthosting.co.za>
2014-01-28 15:14:25SSmithlinkissue18846 messages
2014-01-28 15:14:25SSmithcreate