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

store-consts
Damien George 2014-04-16 23:13:11 +01:00
commit 3f2f28981b
1 changed files with 1 additions and 1 deletions

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: