summaryrefslogtreecommitdiffstats
path: root/Doc/library/platform.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/platform.rst')
-rw-r--r--Doc/library/platform.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst
index a4570d2..a668075 100644
--- a/Doc/library/platform.rst
+++ b/Doc/library/platform.rst
@@ -8,8 +8,6 @@
.. sectionauthor:: Bjorn Pettersen <bpettersen@corp.fairisaac.com>
-.. versionadded:: 2.3
-
.. note::
Specific platforms listed alphabetically, with Linux included in the Unix
@@ -93,23 +91,17 @@ Cross Platform
Returns a string identifying the Python implementation SCM branch.
- .. versionadded:: 2.6
-
.. function:: python_implementation()
Returns a string identifying the Python implementation. Possible return values
are: 'CPython', 'IronPython', 'Jython'
- .. versionadded:: 2.6
-
.. function:: python_revision()
Returns a string identifying the Python implementation SCM revision.
- .. versionadded:: 2.6
-
.. function:: python_version()