commit | 31f2279252e9d1a3093b738570c26f44a829f0a0 | [log] [tgz] |
---|---|---|
author | Tina Müller (tinita) <cpan2@tinita.de> | Sun Mar 31 16:14:50 2019 +0200 |
committer | Tina Müller <cpan2@tinita.de> | Mon Nov 18 11:59:54 2019 +0100 |
tree | 471f610bfe30a6042f0247b0aefcb86939b6ff18 | |
parent | 0f64cbfa54b0b22dc7b776b7b98a7cd657e84d78 [diff] |
Fix logic for quoting special characters (#276) * Fix logic for quoting special characters * Remove has_ucs4 from condition on systems with `sys.maxunicode <= 0xffff` the comparison (u'\U00010000' <= ch < u'\U0010ffff') can't be true anyway I think