From 63eecb64d1f35309732a14b2b4c48ad1cd3806b0 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 2 Apr 2014 09:01:11 -0700 Subject: [PATCH] Remove random list of unsopported modules - there're much more, and listing unsupported modules doesn't make sense, better list supported. --- Home.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Home.md b/Home.md index 4511669..8b2d497 100644 --- a/Home.md +++ b/Home.md @@ -43,12 +43,3 @@ Some developer related information can be found here: [[pyb module|pyb module]]. ### Current Limitations The entire set of standard python libraries is **not** supported. If a module is missing it will be due to the inapplicability of that module for use in an embedded controller. High memory consumption (e.g. sqlite3) or a lack of a certain required hardware feature (e.g. multiprocessing) are reasons that some modules can not be implemented for some microcontrollers. The full list list of standard python libraries can be found here: [Python 3.3 standard lib](http://docs.python.org/3/library/) - -Modules which will (at the moment) **NOT** be covered in micropython are: - -* dbm -* sqlite3 -* threading -* multiprocessing - -