Merge branch 'master' of github.com:micropython/micropython

This commit is contained in:
Damien George 2014-04-16 23:13:11 +01:00
commit 3f2f28981b

View File

@ -5,7 +5,7 @@ You need to first build the 'cpy' executable in the directory micropython/unix-c
This executable is a minimal version of Micro Python which compiles a single source
file and outputs the corresponding byte code.
The output of Micro Python is checked against CPython 3.3.
The output of Micro Python is checked against CPython 3.4.
To run the tests use: