Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python -builtin constructors silently ignored keyword arguments. | William S Fulton | 2020-01-13 | 1 | -0/+296 |
Instead of silenty ignoring them, now a "TypeError: f() takes no keyword arguments" exception is thrown if keyword arguments are used. Hence constructors and normal methods/functions behave in the same way. Closes issue #1595 |