Changes between Version 63 and Version 64 of DeveloperGuidelines/Py_2_3
- Timestamp:
- 07/07/19 10:39:49 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Py_2_3
v63 v64 150 150 ||= '''Name''' =||= '''Type''' =||= '''!Comments/Caveats''' =|| 151 151 ||reduce||function|| || 152 ||reload||function|| || 152 153 ||sorted_locale||lambda i||locale-sensitive sorting, {{{sorted(i, cmp=locale.strcoll)}}} in Py2, {{{sorted(i, key=locale.strxfrm)}}} in Py3|| 153 154 ||unichr||function|| ||