bpo-29695: Deprecated using bad named keyword arguments in builtings: by serhiy-storchaka · Pull Request #486 · python/cpython

Conversation

@serhiy-storchaka

int(), bool(), float(), list() and tuple(). Specify the value as a
positional argument instead.

int(), bool(), float(), list() and tuple().  Specify the value as a
positional argument instead.

@mention-bot

vstinner

jaraco pushed a commit that referenced this pull request

Dec 2, 2022

Labels