105 | | ||INTEGER_TYPES||{{{from s3compat import INTEGER_TYPES}}}||maps to tuple of all known integer types: (int,long) in Py2, (int,) in Py3), for use with {{{isinstance}}}|| |
| 105 | ||unichr||{{{from s3compat import unichr|| || |
| 106 | ||STRING_TYPES||{{{from s3compat import STRING_TYPES}}}||maps to tuple of all known string types: (str,unicode) in Py2, (str,) in Py3, for type checking|| |
| 107 | ||long||{{{from s3compat import long}}}||same as {{{int}}} in Py3, so can occasionally lead to redundancy|| |
| 108 | ||INTEGER_TYPES||{{{from s3compat import INTEGER_TYPES}}}||maps to tuple of all known integer types: (int,long) in Py2, (int,) in Py3, for use with {{{isinstance}}}|| |