This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
circuitpython
/
tests
/
basics
History
Paul Sokolovsky
f2b796e7c7
str.format: Don't assume that '}' immediately follows '{', skip insides.
...
That at least makes stuff like "{:x}".format(1) to produce not completely broken output.
2014-01-16 03:46:01 +02:00
..
tests
str.format: Don't assume that '}' immediately follows '{', skip insides.
2014-01-16 03:46:01 +02:00
run-tests
Implemented support for
in
and
not in
operators.
2014-01-11 12:39:33 +00:00