mailr20788 - in /trunk: gui/ gui/analyses/ gui/components/ user_functions/


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 04, 2013 - 10:01:
Author: bugman
Date: Wed Sep  4 10:01:07 2013
New Revision: 20788

URL: http://svn.gna.org/viewcvs/relax?rev=20788&view=rev
Log:
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.


Modified:
    trunk/gui/analyses/auto_model_free.py
    trunk/gui/analyses/auto_r1.py
    trunk/gui/analyses/auto_r2.py
    trunk/gui/analyses/wizard.py
    trunk/gui/components/relax_data.py
    trunk/gui/string_conv.py
    trunk/user_functions/model_free.py

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/auto_model_free.py?rev=20788&r1=20787&r2=20788&view=diff

Modified: trunk/gui/analyses/auto_r1.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/auto_r1.py?rev=20788&r1=20787&r2=20788&view=diff

Modified: trunk/gui/analyses/auto_r2.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/auto_r2.py?rev=20788&r1=20787&r2=20788&view=diff

Modified: trunk/gui/analyses/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/wizard.py?rev=20788&r1=20787&r2=20788&view=diff

Modified: trunk/gui/components/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/components/relax_data.py?rev=20788&r1=20787&r2=20788&view=diff

Modified: trunk/gui/string_conv.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/string_conv.py?rev=20788&r1=20787&r2=20788&view=diff

Modified: trunk/user_functions/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/model_free.py?rev=20788&r1=20787&r2=20788&view=diff




Related Messages


Powered by MHonArc, Updated Wed Sep 04 10:20:02 2013