Changes between Version 72 and Version 73 of DeveloperGuidelines/Py_2_3
- Timestamp:
- 07/10/19 22:07:05 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Py_2_3
v72 v73 257 257 258 258 To convert a utf-8 encoded {{{str}}} to {{{unicode}}} in Py2, use {{{s3_unicode}}}. 259 260 NB Do not attempt to utf-8-decode UI strings on the client side either when the server runs Python-3. 259 261 === next(i) not i.next() === 260 262