svn+ssh://bugman@.../svn/relax/trunk
........
r17671 | bugman | 2012-10-02 15:48:31 +0200 (Tue, 02 Oct 2012) | 5 lines
Python 3 fix for the user function docstring creation in the prompt UI mode.
Again this is the problem of a division now returning a float rather than an int.
........
r17672 | bugman | 2012-10-02 16:05:11 +0200 (Tue, 02 Oct 2012) | 5 lines
Python 3 fix for the test_write_protein_sequence() unit test.
This is again a string verses byte verses unicode problem.
........
r17673 | bugman | 2012-10-02 16:09:58 +0200 (Tue, 02 Oct 2012) | 5 lines
Python 3 bug fix for the Structure.test_read_pdb_mol_2_model_scientific system tests.
This is again an integer division problem returning a float.
........
r17674 | bugman | 2012-10-02 16:12:01 +0200 (Tue, 02 Oct 2012) | 5 lines
Python 2 and 3 support in the generic_fns.relax_data module using 2to3.
One print call was fixed after running 2to3.
........
r17675 | bugman | 2012-10-02 16:24:58 +0200 (Tue, 02 Oct 2012) | 3 lines
Python 3 fixes - eliminated all usage of the dictionary has_key() calls as they are no longer present.
........