Changes between Version 68 and Version 69 of DeveloperGuidelines/Py_2_3


Ignore:
Timestamp:
07/09/19 11:33:24 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Py_2_3

    v68 v69  
    152152||reload||function|| ||
    153153||sorted_locale||lambda i||locale-sensitive sorting, {{{sorted(i, cmp=locale.strcoll)}}} in Py2, {{{sorted(i, key=locale.strxfrm)}}} in Py3||
     154||name2codepoint||function||from htmlentitydefs (Py2) resp. html.entities (Py3)||
    154155||unichr||function|| ||
    155156||urlencode||function||replaces urllib.urlencode in Py2||