+----------------+---------------------------------------------------------------------------------------------------------------+
| implementation | remarks                                                                                                       |
+================+===============================================================================================================+
| *CPython*      | standard procedures based on standard modules, specials for some distributions, registry based on *WindowsNT* |
+----------------+---------------------------------------------------------------------------------------------------------------+
| *IPython*      | basically the same as *CPython*, requires special detection for release                                       |
+----------------+---------------------------------------------------------------------------------------------------------------+
| *IronPython*   | based on registry, available on *WindowsNT* only                                                              |
+----------------+---------------------------------------------------------------------------------------------------------------+
| *Jython*       | implements for *WindowsNT* *Java* modules for the registry access, *POSIX* platforms same as *CPython*        |
+----------------+---------------------------------------------------------------------------------------------------------------+
| *PyPy*         | same procedures as *CPython*                                                                                  |
+----------------+---------------------------------------------------------------------------------------------------------------+
.. raw:: html