You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configparser: remove unnecessary defaults from overloads (#15641)
These overloads differ from the other overloads only in the presence
of the `fallback` parameter. If the parameter is not passed, the other
overload should be taken, so `fallback` should be made required on
these overloads for clarity.
0 commit comments