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 all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
test.xml top: Move modules into python-stdlib, unix-ffi, or micropython. 2021-05-27 15:41:08 +10:00
test_xmltok.py all: Run black over all code. 2021-05-27 15:50:04 +10:00
xmltok.py xmltok: Change StopIteration to EOFError due to PEP-479. 2023-07-21 15:59:10 +10:00