micropython-lib/micropython/xmltok
ThunderEX 66924d9fa1 xmltok: Change StopIteration to EOFError due to PEP-479.
Due to changes in MicroPython to support PEP-479, StopIteration has been
deprecated for return.  This results in xmltok to raise RuntimeError every
time.  This commit is a simple fix to just change from StopIteration to
EOFError and then return it in the generator.
2023-07-21 15:59:10 +10:00
..
manifest.py
test.xml
test_xmltok.py
xmltok.py xmltok: Change StopIteration to EOFError due to PEP-479. 2023-07-21 15:59:10 +10:00