Skip to content

Commit 36c2ac1

Browse files
committed
gh-82626: Schedule removal of bool used as file descriptor
1 parent 52c8efa commit 36c2ac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/deprecations/pending-removal-in-3.18.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Pending removal in Python 3.18
22
------------------------------
33

4+
* No longer accept a boolean value when a file descriptor is expected.
5+
(Contributed by Serhiy Storchaka in :gh:`82626`.)
6+
47
* :mod:`decimal`:
58

69
* The non-standard and undocumented :class:`~decimal.Decimal` format

0 commit comments

Comments
 (0)