Changes between Version 8 and Version 9 of DeveloperGuidelines/Py_2_3


Ignore:
Timestamp:
06/26/19 18:01:26 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Py_2_3

    v8 v9  
    9090||PY2||{{{from s3compat import PY2}}}||Constant indicating whether we're currently running on Py2, should only be used if alternatives cannot be generalized||
    9191||StringIO||{{{from s3compat import StringIO}}}|| ||
     92||basestring||{{{from s3compat import basestring}}}|| ||