-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-34789: make xml.sax.make_parser accept iterables of all types #9576
bpo-34789: make xml.sax.make_parser accept iterables of all types #9576
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be a great opportunity to change the default value for parser_list
from []
to something immutable, e.g. an empty tuple. (Using mutable default values is a Bad Idea™!)
b62ac13
to
b4cf5bb
Compare
@taleinat yes, I think you are right. My last commit addresses this suggestion too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@andresdelfino: Status check is done, and it's a failure ❌ . |
1 similar comment
@andresdelfino: Status check is done, and it's a failure ❌ . |
https://bugs.python.org/issue34789