Show More
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file |
@@ -40,3 +40,7 b' Backwards incompatible changes' | |||||
40 | :mod:`IPython.lib.inputhook`. |
|
40 | :mod:`IPython.lib.inputhook`. | |
41 | * For all kernel managers, the ``sub_channel`` attribute has been renamed to |
|
41 | * For all kernel managers, the ``sub_channel`` attribute has been renamed to | |
42 | ``iopub_channel``. |
|
42 | ``iopub_channel``. | |
|
43 | * Users on Python versions before 2.6.6, 2.7.1 or 3.2 will now need to call | |||
|
44 | :func:`IPython.utils.doctestreload.doctest_reload` to make doctests run | |||
|
45 | correctly inside IPython. Python releases since those versions are unaffected. | |||
|
46 | For details, see :ghpull:`3068` and `Python issue 8048 <http://bugs.python.org/issue8048>`_. |
General Comments 0
You need to be logged in to leave comments.
Login now