summaryrefslogtreecommitdiffstatshomepage
path: root/docs/reference/micropython2_migration.rst
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-11-23 13:47:08 +1100
committerDamien George <damien@micropython.org>2024-02-07 13:25:09 +1100
commit5804aa020452c9fe115c53ce9514b442945832bb (patch)
treeaf0222e48e7f06fdfa51bf9bc6e55022d8397c87 /docs/reference/micropython2_migration.rst
parent45f99cb4459248116396773a72cc122edbe14a00 (diff)
downloadmicropython-5804aa020452c9fe115c53ce9514b442945832bb.tar.gz
micropython-5804aa020452c9fe115c53ce9514b442945832bb.zip
docs/reference/micropython2_migration.rst: Add info about os and vfs.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/reference/micropython2_migration.rst')
-rw-r--r--docs/reference/micropython2_migration.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/reference/micropython2_migration.rst b/docs/reference/micropython2_migration.rst
index 954488b8cd..3a11471140 100644
--- a/docs/reference/micropython2_migration.rst
+++ b/docs/reference/micropython2_migration.rst
@@ -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`