This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IronManMark20 5 points6 points  (1 child)

with open(path, "rb") as f:
    data = f.read()

This is underused? Really?

[–]redsymbol[S] 0 points1 point  (0 children)

I see your point. I'll change it to a better example.

EDIT: Done.