home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / !!!python!!! / BeOpen-Python-2.0.exe / TEST_STRINGIO < prev    next >
Encoding:
Text File  |  2000-10-12  |  383 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.