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 yan12125
Recipients vstinner, xdegaye, yan12125
Date 2016-07-02.15:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I don't think sys.implementation is a good place to contain the information of the underlying platform. By Doc/sys.rst:

An object containing information about the implementation of the currently running Python interpreter.
History
Date User Action Args
2016-07-02 15:11:45yan12125setrecipients: + yan12125, vstinner, xdegaye
2016-07-02 15:11:45yan12125setmessageid: <[email protected]>
2016-07-02 15:11:45yan12125linkissue27442 messages
2016-07-02 15:11:45yan12125create