Jacob Kaplan-Moss

Activity tagged “strings”

Bookmarks

The Py Side of Life: String types in Python 3

Some important notes about strings in Python 3. There's a subtle but important change from 3a1: the bytes type is now immutable. This is a good change IMO; the net result sounds very sane.

(python, python3, strings, unicode)