commit | 58d23e68068996c76cac78887ec67dee68cdbc72 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Mar 06 00:53:39 2017 +0200 |
committer | GitHub <noreply@github.com> | Mon Mar 06 00:53:39 2017 +0200 |
tree | 08c445d38282d71be01f109d459d7448364aec0e | |
parent | d31b28e16a2387d0251df948ef5d1b33d4357652 [diff] |
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.