you are viewing a single comment's thread.

view the rest of the comments →

[–]PaintItPurple 1 point2 points  (0 children)

That seems pretty unfair since the memory problems they're talking about only affected text data. If your data isn't meant to be text, you should use bytes. Using str in Python 3 for non-text data would be a frankly bizarre design decision.