Skip to content

Commit a679109

Browse files
committed
a-z
1 parent cb29a74 commit a679109

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,6 +1505,14 @@ collections.abc
15051505
deprecated since Python 3.12, and is scheduled for removal in Python 3.17.
15061506

15071507

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+
15081516
datetime
15091517
--------
15101518

@@ -1514,14 +1522,6 @@ datetime
15141522
(Contributed by Stan Ulbrych and Gregory P. Smith in :gh:`70647`.)
15151523

15161524

1517-
ctypes
1518-
------
1519-
1520-
* Removed the undocumented function :func:`!ctypes.SetPointerType`,
1521-
which has been deprecated since Python 3.13.
1522-
(Contributed by Bénédikt Tran in :gh:`133866`.)
1523-
1524-
15251525
glob
15261526
----
15271527

0 commit comments

Comments
 (0)