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 dtorp
Recipients dtorp
Date 2018-01-24.20:54:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516827281.38.0.467229070634.issue32656@psf.upfronthosting.co.za>
In-reply-to
Content
$ python3.5
Python 3.5.3 (v3.5.3:1880cb95a742, Jan 16 2017, 08:49:46)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.stdout.write('python')
python6
History
Date User Action Args
2018-01-24 20:54:41dtorpsetrecipients: + dtorp
2018-01-24 20:54:41dtorpsetmessageid: <1516827281.38.0.467229070634.issue32656@psf.upfronthosting.co.za>
2018-01-24 20:54:41dtorplinkissue32656 messages
2018-01-24 20:54:41dtorpcreate