We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d10425 commit de0fac4Copy full SHA for de0fac4
1 file changed
Doc/whatsnew/3.15.rst
@@ -1546,6 +1546,14 @@ collections.abc
1546
deprecated since Python 3.12, and is scheduled for removal in Python 3.17.
1547
1548
1549
+ctypes
1550
+------
1551
+
1552
+* Removed the undocumented function :func:`!ctypes.SetPointerType`,
1553
+ which has been deprecated since Python 3.13.
1554
+ (Contributed by Bénédikt Tran in :gh:`133866`.)
1555
1556
1557
datetime
1558
--------
1559
@@ -1555,14 +1563,6 @@ datetime
1563
(Contributed by Stan Ulbrych and Gregory P. Smith in :gh:`70647`.)
1564
1565
-ctypes
-------
1560
-
1561
-* Removed the undocumented function :func:`!ctypes.SetPointerType`,
1562
- which has been deprecated since Python 3.13.
- (Contributed by Bénédikt Tran in :gh:`133866`.)
1566
glob
1567
----
1568
0 commit comments