mattharrison / IllustratedPy3

Notes and issues for Illustrated Guide to Python 3
13 stars 5 forks source link

20 Unicode Intro #269

Closed mclaughlin closed 7 years ago

mclaughlin commented 7 years ago

You’ve seen strings all over the place, but you haven’t really talked about one of the biggest changes that came in Python 3, Unicode strings!

The reader isn't talking: "You've" --> "We've" "you" --> "we"

We’ve seen strings all over the place, but we haven’t really talked about one of the biggest changes that came in Python 3, Unicode strings!

Python 2 had support for Unicode but you needed to explicitly create them.

Missing antecedent of "them":

add: "strings,"

Python 2 had support for Unicode strings, but you needed to explicitly create them.

mattharrison commented 7 years ago

Oct 2