diff options
| author | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-09-01 13:51:09 +0000 |
| commit | 55ac8f0f26efdbbcb5cc197f9369d23d50bee908 (patch) | |
| tree | a0d5b7128c055d8c767652dc3948c3404be06396 /Doc/library/platform.rst | |
| parent | 1617457cff847fed9fadb01f1acf6ba8bb621726 (diff) | |
| download | cpython-git-55ac8f0f26efdbbcb5cc197f9369d23d50bee908.tar.gz | |
Get rid of the remaining versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/platform.rst')
| -rw-r--r-- | Doc/library/platform.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index a4570d2591..a6680753f7 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() |
