Paul Sokolovsky 1eca32836d builtin: Reimplement __repl_print__() in terms of print().
Before, __repl_print__() used libc printf(), while print() used uPy streams
and own printf() implementation. This led to subtle, but confusing
differences in output when just doing "foo" vs "print(foo)" on interactive
prompt.
2014-11-27 17:38:03 +00:00
..
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-10-12 16:59:29 +01:00
2014-11-27 17:37:07 +00:00
2014-08-10 17:50:28 +01:00
2014-10-30 23:00:24 +00:00
2014-10-30 23:00:24 +00:00
2014-11-27 17:37:07 +00:00
2014-10-30 23:00:24 +00:00
2014-11-22 14:47:46 +02:00
2014-05-21 20:32:59 +01:00