Skip to content

Commit 7c01f15

Browse files
Remove outdated reference to pywin32 from platform module (GH-22005)
1 parent 88c2cfd commit 7c01f15

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: Doc/library/platform.rst

-7
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,6 @@ Windows Platform
209209
which means the OS version uses debugging code, i.e. code that checks arguments,
210210
ranges, etc.
211211

212-
.. note::
213-
214-
This function works best with Mark Hammond's
215-
:mod:`win32all` package installed, but also on Python 2.3 and
216-
later (support for this was added in Python 2.6). It obviously
217-
only runs on Win32 compatible platforms.
218-
219212
.. function:: win32_edition()
220213

221214
Returns a string representing the current Windows edition. Possible

0 commit comments

Comments
 (0)