[issue8272] Odd exception messages when using cStringIO.StringIO instances as callables.

2010-03-31 Thread Eric Smith
Eric Smith e...@trueblade.com added the comment: cStringIO.StringIO is a factory function, so those messages are correct. This is mentioned in http://docs.python.org/library/stringio.html#module-cStringIO . -- nosy: +eric.smith resolution: - rejected status: open - closed

[issue8272] Odd exception messages when using cStringIO.StringIO instances as callables.

2010-03-30 Thread workshed
New submission from workshed workshe...@gmail.com: Just a minor nit (or I'm missing something), but the results of trying to use a cStringIO.StringIO instance as a callable look wrong to me. It should of course raise an exception, but shouldn't the 'cStringIO.StringO' and 'cStringIO.StringI'