This website requires JavaScript.
Explore
Help
Sign In
m5
/
Core2forAWS-MicroPython
Watch
0
Star
0
Fork
0
You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced
2026-05-20 10:30:31 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d9e8edc8bcff7102d655b63c672ccb44adeca688
Core2forAWS-MicroPython
/
tests
/
unicode
/
unicode_str_modulo.py
T
4 lines
74 B
Python
Raw
Normal View
History
Unescape
Escape
py/objstr: Make string formatting 8-bit clean.
2015-08-26 15:29:49 +01:00
# test handling of unicode chars in string % formatting
tests: Format all Python code with black, except tests in basics subdir.
2020-03-22 21:26:08 -05:00
print
(
"
α
"
%
(
)
)
Reference in New Issue
Copy Permalink