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 SilentGhost
Recipients SilentGhost, amitgb14, eric.snow, steve.dower
Date 2016-11-01.10:32:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477996325.95.0.161086265583.issue28578@psf.upfronthosting.co.za>
In-reply-to
Content
sys.version is a string, it's intended to be printed and it needs \n to be able to output two lines. I'm not sure what exactly problem you're having, but if you want special characters like \n not to show in output, you should use

>>> print(sys.version)

I'm going to close this issue.
History
Date User Action Args
2016-11-01 10:32:05SilentGhostsetrecipients: + SilentGhost, eric.snow, steve.dower, amitgb14
2016-11-01 10:32:05SilentGhostsetmessageid: <1477996325.95.0.161086265583.issue28578@psf.upfronthosting.co.za>
2016-11-01 10:32:05SilentGhostlinkissue28578 messages
2016-11-01 10:32:05SilentGhostcreate