added Differences link

master
Neon22 2014-04-26 15:37:42 -07:00
rodzic 59cf1d79b9
commit f6e1f4f098
1 zmienionych plików z 1 dodań i 1 usunięć

@ -43,4 +43,4 @@ 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/).
* There are differences between CPython3 (considered to be a reference implementation of the Python3 language) and MicroPython. Documented [[here]].
* There are differences between CPython3 (considered to be a reference implementation of the Python3 language) and MicroPython. Documented [[here|Differences]].