Show More
@@ -218,10 +218,11 b' for parallel computing.' | |||||
218 | Portability and Python requirements |
|
218 | Portability and Python requirements | |
219 | ----------------------------------- |
|
219 | ----------------------------------- | |
220 |
|
220 | |||
221 |
As of the 0.11 release, IPython works with |
|
221 | As of the 0.11 release, IPython works with Python 2.6 and 2.7. Versions 0.9 and | |
222 | Versions 0.9 and 0.10 worked with Python 2.4 as well. We have not yet begun |
|
222 | 0.10 worked with Python 2.4 and above. IPython now also supports Python 3, | |
223 | to test and port IPython to Python 3. Our plan is to gradually drop Python 2.5 |
|
223 | although for now the code for this is separate, and kept up to date with the | |
224 | support and then begin the transition to strict 2.6 and 3. |
|
224 | main IPython repository. In the future, these will converge to a single codebase | |
|
225 | which can be automatically translated using 2to3. | |||
225 |
|
226 | |||
226 | IPython is known to work on the following operating systems: |
|
227 | IPython is known to work on the following operating systems: | |
227 |
|
228 |
General Comments 0
You need to be logged in to leave comments.
Login now