mirror of
https://github.com/micropython/micropython.git
synced 2026-01-28 23:00:22 +01:00
This will make 'with open('file', 'r') as f:' work by properly close
the file after the suite is finished.
This will make 'with open('file', 'r') as f:' work by properly close
the file after the suite is finished.