Changes between Version 5 and Version 6 of Ticket #11310
- Timestamp:
- Jun 21, 2012, 8:01:08 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11310 – Description
v5 v6 5 5 This is bad because it catches non-errors like `KeyboardInterrupt` and `StopIteration`. 6 6 7 The patch [attachent:11310_auto.patch] has ben auto-generated by replacing all instances of 7 ---- 8 9 The patch [attachment:11310_auto.patch] has ben auto-generated by replacing all instances of 8 10 {{{ 9 11 except: … … 15 17 and all instances of 16 18 {{{ 17 raise Ex eption19 raise Exception 18 20 }}} 19 21 by … … 24 26 Then the patch [attachment:11310.patch] does some small miscellaneous fixes. 25 27 26 '''Apply''' all patches. 28 ---- 29 30 '''Apply''' [attachment:11310.patch] and [attachment:11310_auto.patch]