Changes between Version 9 and Version 10 of DeveloperGuidelines/Py_2_3
- Timestamp:
- 06/26/19 18:15:45 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Py_2_3
v9 v10 91 91 ||StringIO||{{{from s3compat import StringIO}}}|| || 92 92 ||basestring||{{{from s3compat import basestring}}}|| || 93 ||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}}}||