commit | f4da28b1f153ccf293b367363a1a4d83c056e4e1 | [log] [tgz] |
---|---|---|
author | cclauss <cclauss@me.com> | Sun Dec 30 12:58:34 2018 +0100 |
committer | Ebrahim Byagowi <ebrahim@gnu.org> | Sun Dec 30 15:28:34 2018 +0330 |
tree | b4281743bc5fb9fbc6053770e3148733c6914e5b | |
parent | e5989e0962309b27b2486d8fd20f3cbc05c3d79a [diff] |
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.