a4e6bf3 (py3) Encode subprocess input as bytes.

1 file Authored by ralph 8 years ago, Committed by ankursinha 8 years ago,
1 file changed. 1 lines added. 1 lines removed.
    (py3) Encode subprocess input as bytes.
    
    In python2, the subprocess interface doesn't care if you pass it bytes
    or unicode, but in python3 you have to be explicit.  This should fix
    `fpaste -i -o` usage under python3 (F23).
    
    Signed-off-by: Ralph Bean <rbean@redhat.com>
    Signed-off-by: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com>
    
        
file modified
+1 -1