diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-07-14 23:17:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-14 23:17:26 (GMT) |
commit | 55ff124b9c724cfcadd65195b7531279ed8cb170 (patch) | |
tree | bd0cd613cd80206e07032e689c48f638a0597409 /Python/optimizer.c | |
parent | da58e93e4c0a3c6974eeff12d6d92b805a283e8a (diff) | |
download | cpython-55ff124b9c724cfcadd65195b7531279ed8cb170.zip cpython-55ff124b9c724cfcadd65195b7531279ed8cb170.tar.gz cpython-55ff124b9c724cfcadd65195b7531279ed8cb170.tar.bz2 |
[3.13] gh-57141: Make shallow argument to filecmp.dircmp keyword-only (GH-121767) (#121777)
It is our general practice to make new optional parameters keyword-only,
even if the existing parameters are all positional-or-keyword. Passing
this parameter as positional would look confusing and could be error-prone
if additional parameters are added in the future.
(cherry picked from commit 50eec501fef46f0887df6f2f47d74f4defb35515)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Python/optimizer.c')
0 files changed, 0 insertions, 0 deletions