This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
073cfc0a2e
circuitpython
/
tests
/
basics
/
python34.py.exp
10 lines
80 B
Plaintext
Raw
Normal View
History
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 08:01:47 -04: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 08:15:07 -04: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 08:01:47 -04:00
SyntaxError
SyntaxError
3.4
3 4