docs/reference/micropython2_migration.rst: Add info about os and vfs.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2023-11-23 13:47:08 +11:00
parent 45f99cb445
commit 5804aa0204

View File

@ -71,4 +71,11 @@ which is useful for development and testing.
Changes
~~~~~~~
*None yet*
Introduction of a new module :mod:`vfs`. The following functions and
classes have moved out of :mod:`os` to :mod:`vfs`:
- `os.mount`
- `os.umount`
- `os.VfsFat`
- `os.VfsLfs1`
- `os.VfsLfs2`
- `os.VfsPosix`