Changes between Version 63 and Version 64 of DeveloperGuidelines/Py_2_3


Ignore:
Timestamp:
07/07/19 10:39:49 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Py_2_3

    v63 v64  
    150150||= '''Name''' =||= '''Type''' =||= '''!Comments/Caveats''' =||
    151151||reduce||function|| ||
     152||reload||function|| ||
    152153||sorted_locale||lambda i||locale-sensitive sorting, {{{sorted(i, cmp=locale.strcoll)}}} in Py2, {{{sorted(i, key=locale.strxfrm)}}} in Py3||
    153154||unichr||function|| ||