Bytes, Strings, Encoding

2009-07-01 Thread Eric Pruitt
Hello, I am working on the subprocess.Popen module for Python 2.7 and am now moving my changes over to Python 3.1 however I am having trouble with the whole byte situation and I can't quite seem to understand how to go back and forth between bytes and strings. I am also looking for the Python 3k e

Creating a Google Code project for GSoC

2009-06-01 Thread Eric Pruitt
Hello everyone, I am a student working on GSoC 2009 for PSF. My proposal involves making changes to the subprocess module and subprocess.Popen. I wish to create a Google Code project to host my changes so that I can receive feedback from the community. Some of the code I have incorporated falls un

Popen File I/O

2009-05-27 Thread Eric Pruitt
Hello, I am creating a file-like interface for Popen. Do I need to return True or False for "isatty()"? I am thinking True but I am not familiar with the semantics of what defines a tty. Thanks, Eric -- http://mail.python.org/mailman/listinfo/python-list