Commit f4da28b1f153ccf293b367363a1a4d83c056e4e1

cclauss 2018-12-30T12:58:34

Python 3 fixes to gen-os2-unicode-ranges.py (#1521) In Python 3, __reload()__ was moved and __sys.setdefaultencoding()__ because the default is already utf-8. Also __Error()__ is an _undefined name_ and __Exception()__ creates a generic exception.