bslatkin / effectivepython

Effective Python: Second Edition — Source Code and Errata for the Book
https://effectivepython.com
2.2k stars 710 forks source link

Item #12: Missing line continuation character #79

Closed bslatkin closed 1 month ago

bslatkin commented 4 years ago

Reported by Toshi

Traceback ...
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb8 in
position 0: invalid start byte

There should be one in there between the two lines of the stringified exception.

bslatkin commented 1 month ago

It's a post-production thing also