Changes between Version 27 and Version 28 of DeveloperGuidelines/Py_2_3


Ignore:
Timestamp:
06/28/19 08:39:19 (5 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Py_2_3

    v27 v28  
    102102||PY2||{{{from s3compat import PY2}}}||Constant indicating whether we're currently running on Py2, should only be used if alternatives cannot be generalized||
    103103||StringIO||{{{from s3compat import StringIO}}}|| ||
     104||pickle||{{{from s3compat import pickle}}}||replaces cPickle in Py2||
    104105||basestring||{{{from s3compat import basestring}}}|| ||
    105106||unichr||{{{from s3compat import unichr}}}|| ||