Menu

Commit [r26522]  Maximize  Restore  History

Python 3 fixes via 2to3 - proper handling of the dict.items() and dict.values() functions.

These are now all wrapped in list() function calls to ensure that the Python 3 iterators are
converted to list objects before they are accessed.

The command used was:
2to3 -j 4 -w -f dict .

bugman 2014-11-11

changed /trunk/data_store/__init__.py
changed /trunk/graphics/wizards/dipole_pair/VectorFieldPlot.py
changed /trunk/pipe_control/plotting.py
changed /trunk/pipe_control/spectrometer.py
changed /trunk/pipe_control/spectrum.py
changed /trunk/specific_analyses/consistency_tests/api.py
changed /trunk/specific_analyses/jw_mapping/api.py
changed /trunk/specific_analyses/model_free/bmrb.py
changed /trunk/specific_analyses/noe/api.py
changed /trunk/test_suite/shared_data/dispersion/bug_22146_unpacking_r2a_r2b_cluster/cpmg_synthetic.py
changed /trunk/test_suite/system_tests/relax_disp.py
changed /trunk/test_suite/system_tests/scripts/relax_disp/cpmg_synthetic.py
/trunk/data_store/__init__.py Diff Switch to side-by-side view
Loading...
/trunk/graphics/wizards/dipole_pair/VectorFieldPlot.py Diff Switch to side-by-side view
Loading...
/trunk/pipe_control/plotting.py Diff Switch to side-by-side view
Loading...
/trunk/pipe_control/spectrometer.py Diff Switch to side-by-side view
Loading...
/trunk/pipe_control/spectrum.py Diff Switch to side-by-side view
Loading...
/trunk/specific_analyses/consistency_tests/api.py Diff Switch to side-by-side view
Loading...
/trunk/specific_analyses/jw_mapping/api.py Diff Switch to side-by-side view
Loading...
/trunk/specific_analyses/model_free/bmrb.py Diff Switch to side-by-side view
Loading...
/trunk/specific_analyses/noe/api.py Diff Switch to side-by-side view
Loading...
/trunk/test_suite/shared_data/dispersion/bug_22146_unpacking_r2a_r2b_cluster/cpmg_synthetic.py Diff Switch to side-by-side view
Loading...
/trunk/test_suite/system_tests/relax_disp.py Diff Switch to side-by-side view
Loading...
/trunk/test_suite/system_tests/scripts/relax_disp/cpmg_synthetic.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.