Menu

Commit [r20789]  Maximize  Restore  History

Merged revisions 20788 via svnmerge from

svn+ssh://bugman@.../svn/relax/trunk

........
r20788 | bugman | 2013-09-04 10:01:07 +0200 (Wed, 04 Sep 2013) | 7 lines

Python 3 fixes for all of the unicode strings in relax.

Instead of using the u"xyz" notation, now unicode("xyz") is being used. This works as the relax
compat module sets the builtin unicode() function to str() for Python 3, as all strings in Python 3
are unicode and hence both the Python 2 u"xyz" and unicode() code are undefined in Python 3.
........

bugman 2013-09-04

changed /branches/relax_disp
changed /branches/relax_disp/gui/analyses/auto_model_free.py
changed /branches/relax_disp/gui/analyses/auto_r1.py
changed /branches/relax_disp/gui/analyses/auto_r2.py
changed /branches/relax_disp/gui/analyses/wizard.py
changed /branches/relax_disp/gui/components/relax_data.py
changed /branches/relax_disp/gui/string_conv.py
changed /branches/relax_disp/user_functions/model_free.py
/branches/relax_disp/gui/analyses/auto_model_free.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/gui/analyses/auto_r1.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/gui/analyses/auto_r2.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/gui/analyses/wizard.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/gui/components/relax_data.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/gui/string_conv.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/user_functions/model_free.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.