2009/10/8 Nick Coghlan <ncogh...@gmail.com>: > As mentioned in that discussion, as of Python 2.6, you can do the following: >>>> import platform >>>> platform.python_implementation() > 'CPython' > > (Although according to the function docstring, PyPy is currently missing > from the list of known implementations)
That docstring should be updated then because I added support for PyPy in 2.7 and 3.1. -- Regards, Benjamin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com