Re: Using the 'with' statement with cStringIO objects

2008-09-27 Thread peppergrower
Thanks for the help. I'm fairly new to programming (which you probably could have guessed...). When I realized that you could use a StringIO instance as if it were a file, I wanted to try some of the same techniques on it as I would with a file. In this case, I wanted to use a "for line in testf

Using the 'with' statement with cStringIO objects

2008-09-27 Thread peppergrower
has no attribute '__exit__' So, I'm guessing you can't use the 'with' statement with cStringIO objects? Is this a bug, or do I need to use the 'with' statement differently to get this to work? Thanks, peppergrower -- http://mail.python.org/mailman/listinfo/python-list