home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Lib / Python2.0 / test / output / test_StringIO < prev    next >
Encoding:
Text File  |  2000-10-16  |  364 b   |  20 lines

  1. test_StringIO
  2. abcdefghij
  3. klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  4.  
  5. 2
  6. 'abcuvwxyz!'
  7. 'abcdefghij'
  8. 'abcde'
  9. Caught expected ValueError writing to closed StringIO:
  10. I/O operation on closed file
  11. abcdefghij
  12. klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  13.  
  14. 2
  15. 'abcuvwxyz!'
  16. 'abcdefghij'
  17. 'abcde'
  18. Caught expected ValueError writing to closed StringIO:
  19. I/O operation on closed file
  20.