bpo-31299: Implementation of ignore_modules argument for traceback functions#3231
bpo-31299: Implementation of ignore_modules argument for traceback functions#3231vaultah wants to merge 3 commits into
Conversation
|
I noticed that |
|
should ignore_modules go after chain for backwards compatibility? Possibly making it a keyword-only option? |
|
While placing optional boolean arguments after non-boolean ones feels more natural to me, I didn't think about backwards compatibility, so that was an oversight. That being said, considering the current number of positional arguments that the |
|
Yes I think that most of them should become keyword only would be the best, then order doesn't matter. (In the throes of porting some Python code to JavaScript and not having keyword arguments is killing me. :-) so anything to encourage them I like ) |
https://bugs.python.org/issue31299