bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
int(), bool(), float(), list() and tuple(). Specify the value as a positional argument instead.
Showing
Please register or sign in to comment
int(), bool(), float(), list() and tuple(). Specify the value as a positional argument instead.