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://
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://
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://
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('