Re: [Python-Dev] Bytes, Strings, Encoding

2009-07-02 Thread Josiah Carlson
On Wed, Jul 1, 2009 at 6:48 PM, Benjamin Peterson wrote: > 2009/7/1 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 unde

Re: [Python-Dev] Bytes, Strings, Encoding

2009-07-01 Thread Benjamin Peterson
2009/7/1 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 a

[Python-Dev] 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