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 amitgb14
Recipients amitgb14, eric.snow, steve.dower
Date 2016-11-01.09:07:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477991270.69.0.795829340529.issue28578@psf.upfronthosting.co.za>
In-reply-to
Content
When I hit sys.version command on Linux shell the Py_GetCompiler version print '\n' character like;

'3.7.0a0 (default:7aa001a48120, Nov  1 2016, 13:53:25) \n[GCC 5.3.1 20160406 (Red Hat 5.3.1-6)]'

And When I launch python, Py_GetCompiler line print to the next line,

[aghadge@localhost build]$ ./python 
Python 3.7.0a0 (default:7aa001a48120+, Nov  1 2016, 14:05:04)
[GCC 5.3.1 20160406 (Red Hat 5.3.1-6)] on linux
History
Date User Action Args
2016-11-01 09:07:50amitgb14setrecipients: + amitgb14, eric.snow, steve.dower
2016-11-01 09:07:50amitgb14setmessageid: <1477991270.69.0.795829340529.issue28578@psf.upfronthosting.co.za>
2016-11-01 09:07:50amitgb14linkissue28578 messages
2016-11-01 09:07:50amitgb14create