components/python/ipython/patches/dtexample.py.patch
changeset 4663 ab6b84c05705
equal deleted inserted replaced
4661:353f8a998732 4663:ab6b84c05705
       
     1 # Patch to fix hanging ipfunc test on sparc. Not for upstream.
       
     2 
       
     3 --- ipython-0.10/IPython/testing/plugin/dtexample.py	2009-04-15 17:58:05.000000000 -0700
       
     4 +++ ipython-0.10/IPython/testing/plugin/dtexample.py	2015-07-07 09:41:08.098281161 -0700
       
     5 @@ -23,7 +23,7 @@
       
     6      """
       
     7      return 'pyfunc'
       
     8  
       
     9 -
       
    10 +'''
       
    11  def ipfunc():
       
    12      """Some ipython tests...
       
    13  
       
    14 @@ -71,7 +71,7 @@
       
    15      Out[9]: 'ipfunc'
       
    16      """
       
    17      return 'ipfunc'
       
    18 -
       
    19 +'''
       
    20  
       
    21  def ranfunc():
       
    22      """A function with some random output.