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

Signed-off-by: Damien George <damien@micropython.org>
pull/13584/head
Damien George 2023-11-23 13:47:08 +11:00
rodzic 45f99cb445
commit 5804aa0204
1 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -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`