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
The implementation accepts int(x="1", base=10), like Python2 but not Python3.
Similarly, it accepts sorted(iterable=[]), unlike both Pythons.
All other functions that accept named arguments are clearly documented.
The text was updated successfully, but these errors were encountered:
The implementation accepts int(x="1", base=10), like Python2 but not Python3.
Similarly, it accepts sorted(iterable=[]), unlike both Pythons.
All other functions that accept named arguments are clearly documented.
The text was updated successfully, but these errors were encountered: