On Thu, Nov 19, 2020 at 08:21:26PM -0000, William Pickard wrote:

> TL/DR: A new built-in attribute who's purpose is to provide a simple 
> way for developers to detect the Python implementation like CPython, 
> JPython, IronPython and PyPy among other information.

    >>> import sys
    >>> sys.implementation.name
    'cpython'



-- 
Steve
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/PGYFGGLSIHHJVPGDCJHWZCKPXYVAUYPU/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to