Add missing xmlparser attributes: namespace_prefixes, ordered_attributes, specified_attributes, intern by Copilot · Pull Request #6494 · RustPython/RustPython
- Added namespace_prefixes, ordered_attributes, specified_attributes (boolean attributes) - Added intern dictionary attribute - Added stub handlers for all missing handler types to ensure compatibility - Created bool_property macro to ensure boolean attributes are converted correctly Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
- Tests for buffer_text, namespace_prefixes, ordered_attributes, and specified_attributes now pass Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix AttributeError in xonsh with rustpython
Add missing xmlparser attributes: namespace_prefixes, ordered_attributes, specified_attributes, intern
These tests now pass with the added xmlparser attributes. Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
youknowone
deleted the
copilot/fix-attributeerror-xmlparser
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters