t335.py.real 802 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ----Start 01
  2. First try
  3. Second try - should see Second except next
  4. Second except
  5. First try - should see First except next
  6. First except
  7. ----End 01
  8. ----Start 02
  9. First try
  10. Second try
  11. First try - should see First except next
  12. First except
  13. ----End 02
  14. ----Start 03
  15. First try
  16. Second try
  17. First try - after inner try
  18. ----End 03
  19. ----Start 04
  20. First try - shuold see First Except next
  21. First except
  22. Second try - should see Second except next
  23. Second except
  24. First except - After inner try/except
  25. ----End 04
  26. ----Start 05
  27. First try
  28. Second try - should see Second except next
  29. Second except - should see First except next
  30. First except
  31. ----End 05
  32. ----Start 06
  33. First try
  34. You should see this
  35. First try - near the end
  36. ----End 06
  37. ----Start 07
  38. First try
  39. Next you should see First except
  40. First except - should see this
  41. ----End 07