]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove outdated reference to pywin32 from platform module (GH-22005)
authorAndre Delfino <adelfino@gmail.com>
Fri, 6 Nov 2020 18:58:14 +0000 (15:58 -0300)
committerGitHub <noreply@github.com>
Fri, 6 Nov 2020 18:58:14 +0000 (18:58 +0000)
Doc/library/platform.rst

index 8e8e3775aaff4a11c187a9d595fbacf3c8ee3356..b293adf48e6e33004f98479be1fe73eaa952e95f 100644 (file)
@@ -209,13 +209,6 @@ Windows Platform
    which means the OS version uses debugging code, i.e. code that checks arguments,
    ranges, etc.
 
-   .. note::
-
-      This function works best with Mark Hammond's
-      :mod:`win32all` package installed, but also on Python 2.3 and
-      later (support for this was added in Python 2.6). It obviously
-      only runs on Win32 compatible platforms.
-
 .. function:: win32_edition()
 
    Returns a string representing the current Windows edition.  Possible