aboutsummaryrefslogtreecommitdiff
path: root/pypy/doc
diff options
context:
space:
mode:
authorRonan Lamy <ronan.lamy@gmail.com>2020-05-27 11:14:19 +0100
committerRonan Lamy <ronan.lamy@gmail.com>2020-05-27 11:14:19 +0100
commitb98ed5e50744295bdd77fd6f3c1817b267d21d8d (patch)
treef26ac414883980564de9751a836eb60df6e48ae4 /pypy/doc
parentmove default __buffer__ implementation to _ctypes.basics and add function poi... (diff)
downloadpypy-b98ed5e50744295bdd77fd6f3c1817b267d21d8d.tar.gz
pypy-b98ed5e50744295bdd77fd6f3c1817b267d21d8d.tar.bz2
pypy-b98ed5e50744295bdd77fd6f3c1817b267d21d8d.zip
Document branch
Diffstat (limited to 'pypy/doc')
-rw-r--r--pypy/doc/whatsnew-head.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
index 6fb5202d84..19ea3c7fba 100644
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -19,3 +19,7 @@ Refactor RSocket.xxx_into() methods and add .recvmsg_into().
Fix documentation extlinks for heptapod directory schema
.. branch: py3.6 # ignore, bad merge
+
+.. branch: ctypes-stuff
+
+Fix implementation of PEP 3118 in ctypes.