summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTomas R <tomas.roun8@gmail.com>2023-08-08 08:20:10 (GMT)
committerGitHub <noreply@github.com>2023-08-08 08:20:10 (GMT)
commitde72677f8a27083b2072b83b3737f891b660bb5c (patch)
treefbd131d96c79c1a206d2ece1e213fe5d82201f0e /Misc
parent7a250fdc16bb6f1fe0a6b0df8bb502870405b5d6 (diff)
downloadcpython-de72677f8a27083b2072b83b3737f891b660bb5c.zip
cpython-de72677f8a27083b2072b83b3737f891b660bb5c.tar.gz
cpython-de72677f8a27083b2072b83b3737f891b660bb5c.tar.bz2
gh-107659: Add docstrings for ctypes.pointer and ctypes.POINTER (#107660)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-08-05-15-45-07.gh-issue-107659.QgtQ5M.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-08-05-15-45-07.gh-issue-107659.QgtQ5M.rst b/Misc/NEWS.d/next/Core and Builtins/2023-08-05-15-45-07.gh-issue-107659.QgtQ5M.rst
new file mode 100644
index 0000000..31cc698
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-08-05-15-45-07.gh-issue-107659.QgtQ5M.rst
@@ -0,0 +1 @@
+Add docstrings for :func:`ctypes.pointer` and :func:`ctypes.POINTER`.