[issue3234] subprocess.py strips last character when raising an AttributeError

2008-06-29 Thread Martin Mokrejs
New submission from Martin Mokrejs [EMAIL PROTECTED]: I try to get working pipe emulation using Popen. I try to pass StringIO object to p1.stdin of the first process and I got the following: File /usr/lib/python2.5/subprocess.py, line 587, in __init__ errread, errwrite) =

[issue3234] subprocess.py strips last character when raising an AttributeError

2008-06-29 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: No, the class you are creating with cStringIO.cStringIO is actually called cStringIO.cStringI. -- nosy: +benjamin.peterson resolution: - invalid status: open - closed ___ Python tracker [EMAIL