Changes between Version 72 and Version 73 of DeveloperGuidelines/Py_2_3


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Py_2_3

    v72 v73  
    257257
    258258To convert a utf-8 encoded {{{str}}} to {{{unicode}}} in Py2, use {{{s3_unicode}}}.
     259
     260NB Do not attempt to utf-8-decode UI strings on the client side either when the server runs Python-3.
    259261=== next(i) not i.next() ===
    260262