Changes between Version 68 and Version 69 of DeveloperGuidelines/Py_2_3
- Timestamp:
- 07/09/19 11:33:24 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Py_2_3
v68 v69 152 152 ||reload||function|| || 153 153 ||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)|| 154 155 ||unichr||function|| || 155 156 ||urlencode||function||replaces urllib.urlencode in Py2||