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
For new contributors, please do not consider this issue as an "easy" one. While the changes may seem mechanical, they are not necessarily trivial as this requires to know what really happens (both at a Python and a C level).
This is tracks cases where changes need to be made to enact the Editorial Board's decision for function signature markup.
Documentation
Caution
For new contributors, please do not consider this issue as an "easy" one. While the changes may seem mechanical, they are not necessarily trivial as this requires to know what really happens (both at a Python and a C level).
This is tracks cases where changes need to be made to enact the Editorial Board's decision for function signature markup.
min()max()range()map()dict.get(),dict.setdefault()See also:
Linked PRs
dict.setdefaultanddict.gettake no keyword arguments (GH-128208) #131893dict.setdefaultanddict.gettake no keyword arguments (GH-128208) #131894decimalmodule #131990/forcodecsfunctions #131992*forcode.InteractiveConsole#132029csv.{writer,reader}#136085csv.{writer,reader}(GH-136085) #136120csv.{writer,reader}(GH-136085) #136121max()andmin()(GH-131868) #137656max()andmin()(GH-131868) #137657decimalmodule (GH-131990) #137902decimalmodule (GH-131990) #137904evalandexecin the documentation #139978/#140270