Show More
@@ -6,7 +6,7 b' Requires Python 2.3 or newer.' | |||
|
6 | 6 | |
|
7 | 7 | This file contains all the classes and helper functions specific to IPython. |
|
8 | 8 | |
|
9 |
$Id: iplib.py 269 |
|
|
9 | $Id: iplib.py 2696 2007-08-30 17:17:15Z fperez $ | |
|
10 | 10 | """ |
|
11 | 11 | |
|
12 | 12 | #***************************************************************************** |
@@ -689,7 +689,9 b' class InteractiveShell(object,Magic):' | |||
|
689 | 689 | try: |
|
690 | 690 | doctest.DocTestRunner |
|
691 | 691 | except AttributeError: |
|
692 |
# This is only for python 2.3 compatibility, remove once we move to |
|
|
692 | # This is only for python 2.3 compatibility, remove once we move to | |
|
693 | # 2.4 only. | |
|
694 | pass | |
|
693 | 695 | else: |
|
694 | 696 | doctest.DocTestRunner.run = dhook_wrap(doctest.DocTestRunner.run) |
|
695 | 697 |
General Comments 0
You need to be logged in to leave comments.
Login now