]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144835: Added missing explanations for some parameters in glob and iglob. (#144836)
authorFacundo Batista <facundo@taniquetil.com.ar>
Mon, 2 Mar 2026 11:56:28 +0000 (08:56 -0300)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2026 11:56:28 +0000 (08:56 -0300)
commite54225545866d780b12d8e70c33d25fc13b2c3a9
tree6f7429cf00878d702cd5c3df79982360c720a121
parent8bcb3eaa67959ec32bc4d683a79a0a67885925db
gh-144835: Added missing explanations for some parameters in glob and iglob. (#144836)

* Added missing explanations for some parameters in glob and iglob.

* News entry.

* Added proper 'func' indication in News file.

* Consistent use of backticks.

* Improved wording.

* consistent wording between the two docstrings

---------

Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
Lib/glob.py
Misc/NEWS.d/next/Library/2026-02-15-12-02-20.gh-issue-144835.w_oS_J.rst [new file with mode: 0644]