Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11687, comment 8


Ignore:
Timestamp:
Feb 26, 2015, 7:08:04 PM (9 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11687, comment 8

    initial v1  
    66{{{#!pycon
    77>>> print '\n'.join(unified_diff(['    except:'], ['except:'], ignore_space_changes=True))
     8@@ -1,1 +1,1 @@
     9     except:
     10>>> print '\n'.join(unified_diff(['    except:'], [' except:'], ignore_space_changes=True))
    811@@ -1,1 +1,1 @@
    912     except:
     
    1619-    except:
    1720+except:
     21>>> print '\n'.join(unified_diff(['    except:'], [' except:'], ignore_space_changes=True))
     22@@ -1,1 +1,1 @@
     23     except:
    1824}}}