diff options
author | Marc-André Lemburg <mal@egenix.com> | 2008-03-20 18:58:14 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2008-03-20 18:58:14 (GMT) |
commit | 4e0c72bbf07de091cfed02c8895e2a5e3745c6e1 (patch) | |
tree | c1e11ede4c11810b84f2d00ead99424ee10ba708 | |
parent | a1867750f6bd640ac2d93abed3194460a31e182d (diff) | |
download | cpython-4e0c72bbf07de091cfed02c8895e2a5e3745c6e1.zip cpython-4e0c72bbf07de091cfed02c8895e2a5e3745c6e1.tar.gz cpython-4e0c72bbf07de091cfed02c8895e2a5e3745c6e1.tar.bz2 |
Clarfiy the availability of the extended support for win32_ver() in Py2.6.
-rw-r--r-- | Doc/library/platform.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 47f0e7e..e80fc11 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -197,7 +197,8 @@ Windows Platform Note: this function works best with Mark Hammond's :mod:`win32all` package installed, but also on Python 2.3 and - later. It obviously only runs on Win32 compatible platforms. + later (support for this was added in Python 2.6). It obviously + only runs on Win32 compatible platforms. Win95/98 specific |