Skip to content

Commit de0fac4

Browse files
committed
a-z
1 parent 6d10425 commit de0fac4

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
@@ -1546,6 +1546,14 @@ collections.abc
15461546
deprecated since Python 3.12, and is scheduled for removal in Python 3.17.
15471547

15481548

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+
15491557
datetime
15501558
--------
15511559

@@ -1555,14 +1563,6 @@ datetime
15551563
(Contributed by Stan Ulbrych and Gregory P. Smith in :gh:`70647`.)
15561564

15571565

1558-
ctypes
1559-
------
1560-
1561-
* Removed the undocumented function :func:`!ctypes.SetPointerType`,
1562-
which has been deprecated since Python 3.13.
1563-
(Contributed by Bénédikt Tran in :gh:`133866`.)
1564-
1565-
15661566
glob
15671567
----
15681568

0 commit comments

Comments
 (0)