]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use bool in fileinput.input() docstring and tests for the inplace argument (GH-111998)
authorVille Skyttä <ville.skytta@iki.fi>
Sat, 27 Jan 2024 21:47:55 +0000 (23:47 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jan 2024 21:47:55 +0000 (23:47 +0200)
commita768e12f094a9b14a9a1680fb50330e1050716c4
tree228f9823f2295ac35b9c98f4534cbe05161226d1
parent823a38a960c245cbf309ef29120d3690ba1bcd2c
Use bool in fileinput.input() docstring and tests for the inplace argument (GH-111998)

The `.rst` docs, most tests, and typeshed already use bool for it.
Lib/fileinput.py
Lib/test/test_fileinput.py