Skip to content

print() builtin uses printf() instead of sys.stdout #209

Closed
@pfalcon

Description

@pfalcon

Python defines print() in terms of using sys.stdout python object for output (http://docs.python.org/3.3/library/functions.html#print) uPy currently uses libc function printf(). This may lead to different buffering and garbled output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions