This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython
kopia lustrzana
https://github.com/micropython/micropython
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
696fcde800
micropython
/
tests
/
basics
/
python34.py.exp
12 wiersze
104 B
Plaintext
Czysty
Zwykły widok
Historia
Unescape
Escape
tests: Allow tests to pass against CPython 3.5. All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py.
2015-10-02 12:01:47 +00:00
None
['a', 'b']
('a', 'b') {'kw_arg': None}
tests: Add test for evaluation order of dictionary key/value pairs. In Python 3.4 the value is evaluated before the key. In Python 3.5 it's key then value.
2015-10-08 12:15:07 +00:00
2
1
tests: Allow tests to pass against CPython 3.5. All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py.
2015-10-02 12:01:47 +00:00
SyntaxError
SyntaxError
tests: Update test suite to be compatible with CPython 3.6. CPython 3.6 has a few changes that, when run on uPy's test suite, give a different output to CPython 3.5. uPy currently officially supports the 3.4 language definition, but it's useful to be able to run the test suite with 3.4/3.5/3.6 versions of CPython. This patch makes such changes to support 3.6.
2017-01-08 13:19:01 +00:00
SyntaxError
SyntaxError
tests: Allow tests to pass against CPython 3.5. All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py.
2015-10-02 12:01:47 +00:00
3.4
3 4