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 cb29a74 commit a679109Copy full SHA for a679109
1 file changed
Doc/whatsnew/3.15.rst
@@ -1505,6 +1505,14 @@ collections.abc
1505
deprecated since Python 3.12, and is scheduled for removal in Python 3.17.
1506
1507
1508
+ctypes
1509
+------
1510
+
1511
+* Removed the undocumented function :func:`!ctypes.SetPointerType`,
1512
+ which has been deprecated since Python 3.13.
1513
+ (Contributed by Bénédikt Tran in :gh:`133866`.)
1514
1515
1516
datetime
1517
--------
1518
@@ -1514,14 +1522,6 @@ datetime
1522
(Contributed by Stan Ulbrych and Gregory P. Smith in :gh:`70647`.)
1523
1524
-ctypes
-------
1519
-
1520
-* Removed the undocumented function :func:`!ctypes.SetPointerType`,
1521
- which has been deprecated since Python 3.13.
- (Contributed by Bénédikt Tran in :gh:`133866`.)
1525
glob
1526
----
1527
0 commit comments