[issue10931] print() from pipe enclosed between {b'} and {'}-pair on python3

2011-01-18 Thread ricardw
Changes by ricardw : -- title: print() from pipe enclosed between b' and ' pair on python3 -> print() from pipe enclosed between {b'} and {'}-pair on python3 ___ Python tracker <http://

[issue10931] print() from pipe enclosed between b' and '  pair on python3

2011-01-18 Thread ricardw
Changes by ricardw : -- title: print() from pipe enclosed between b' and 'pair on python3 -> print() from pipe enclosed between b' and ' pair on python3 ___ Python tracker <http://

[issue10931] print() from pipe enclosed between b' and 'pair on python3

2011-01-18 Thread ricardw
Changes by ricardw : -- title: print() from pipe enclosed between 'b and 'pair on python3 -> print() from pipe enclosed between b' and 'pair on python3 ___ Python tracker <http://

[issue10931] print() from pipe enclosed between 'b and 'pair on python3

2011-01-18 Thread ricardw
New submission from ricardw : The following script produces different output on python2.6.6 vs. python3.1.2: - import subprocess, sys ls = subprocess.Popen(['ls', '-l', '/etc/motd'], stdout=subprocess.PIPE,) end_of_pipe = ls.stdout print('