https://github.com/python/cpython/commit/145276a072ae058bac42ee43a4235cd4eda2726b
commit: 145276a072ae058bac42ee43a4235cd4eda2726b
branch: main
author: Jun Komoda <[email protected]>
committer: encukou <[email protected]>
date: 2025-01-07T09:36:27+01:00
summary:
Add `.. availability:: Windows` directive to COM-related function prototype
(GH-127436)
Add a directive to prototype that "returns a foreign function that will call a
COM method"
files:
M Doc/library/ctypes.rst
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index 398cb92bac809a..f25bf94417c198 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1812,6 +1812,8 @@ different ways, depending on the type and number of the
parameters in the call:
the COM interface as first argument, in addition to those parameters that
are specified in the :attr:`!argtypes` tuple.
+ .. availability:: Windows
+
The optional *paramflags* parameter creates foreign function wrappers with much
more functionality than the features described above.
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]