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 martin.panter
Recipients BreamoreBoy, eric.snow, martin.panter
Date 2016-05-13.04:49:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463114992.88.0.669383616161.issue21313@psf.upfronthosting.co.za>
In-reply-to
Content
Currently Py_GetBuildInfo() just returns a long untruncated string. Perhaps it would be safer to leave that as it is, and just make the parsing in the “platform” module more tolerant. What do you think?

I never really cared about the details in Py_GetBuildInfo(), but it would be nice if the test suite would run :)
History
Date User Action Args
2016-05-13 04:49:52martin.pantersetrecipients: + martin.panter, BreamoreBoy, eric.snow
2016-05-13 04:49:52martin.pantersetmessageid: <1463114992.88.0.669383616161.issue21313@psf.upfronthosting.co.za>
2016-05-13 04:49:52martin.panterlinkissue21313 messages
2016-05-13 04:49:52martin.pantercreate