diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-11-06 18:58:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-06 18:58:14 (GMT) |
commit | 7c01f1540f958d4f52188b28afca721a9a6925c3 (patch) | |
tree | 341543ef893a126203e2e90a6b22b09f07ce3513 /Doc | |
parent | 88c2cfd9ffbcfc43fd1364f2984852a819547d43 (diff) | |
download | cpython-7c01f1540f958d4f52188b28afca721a9a6925c3.zip cpython-7c01f1540f958d4f52188b28afca721a9a6925c3.tar.gz cpython-7c01f1540f958d4f52188b28afca721a9a6925c3.tar.bz2 |
Remove outdated reference to pywin32 from platform module (GH-22005)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/platform.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 8e8e377..b293adf 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -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 |