##// END OF EJS Templates
substitute open(...) for file(...)...
substitute open(...) for file(...) The file type is gone in py3k, and all file objects are under the new io hierarchy. Since open(...) is supported on both Python 2 and 3, use it instead of file in all instances. This isn't caught by 2to3.

File last commit:

r6472:89a00dba
r6650:15f8e057
Show More
index.txt
24 lines | 463 B | text/plain | TextLexer
MinRK
remove IPython.kernel scripts and put migration notice in docs....
r3520 .. _parallel_index:
====================================
Using IPython for parallel computing
====================================
MinRK
rebase IPython.parallel after removal of IPython.kernel...
r3672 .. toctree::
:maxdepth: 2
parallel_intro.txt
parallel_process.txt
parallel_multiengine.txt
parallel_task.txt
MinRK
document new AsyncResult properties
r6472 asyncresult.txt
MinRK
rebase IPython.parallel after removal of IPython.kernel...
r3672 parallel_mpi.txt
MinRK
add db,resubmit/retries docs
r3876 parallel_db.txt
MinRK
rebase IPython.parallel after removal of IPython.kernel...
r3672 parallel_security.txt
parallel_winhpc.txt
parallel_demos.txt
dag_dependencies.txt
parallel_details.txt
parallel_transition.txt
MinRK
remove IPython.kernel scripts and put migration notice in docs....
r3520