Changes between Version 3 and Version 4 of DeveloperGuidelines/Py_2_3
- Timestamp:
- 06/26/19 09:07:49 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Py_2_3
v3 v4 88 88 89 89 ||= '''Name''' =||= '''Import''' =||= '''!Comments/Caveats''' =|| 90 ||PY2||{{{from s3compat import PY2}}}||Constant indicating whether we're currently running on Py2, should only be used if alternatives cannot be generalized|| 90 91 ||StringIO||{{{from s3compat import StringIO}}}|||| 92 ||StringIO||{{{from s3compat import StringIO}}}||||