Changes between Version 5 and Version 6 of DeveloperGuidelines/Py_2_3


Ignore:
Timestamp:
06/26/19 09:08:20 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Py_2_3

    v5 v6  
    8989||= '''Name''' =||= '''Import''' =||= '''!Comments/Caveats''' =||
    9090||PY2||{{{from s3compat import PY2}}}||Constant indicating whether we're currently running on Py2, should only be used if alternatives cannot be generalized||
    91 ||StringIO||{{{from s3compat import StringIO}}}||||
    92 ||StringIO||{{{from s3compat import StringIO}}}||||
     91||StringIO||{{{from s3compat import StringIO}}}|| ||