commit | 7b874dbbf3b090932397eb5658afe99bcaad82a6 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Thu Aug 27 12:32:47 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Thu Aug 27 12:32:47 2009 -0400 |
tree | 68d16fec61000fdb53c3bb2794a41db9ec882a9c | |
parent | 3df55e79409fbaf4a0dcc63841624ae1bfd69d1b [diff] |
Some more, oh let's hopefully call them fixes, for argument quoting for the openssl child process Two problems here: Python 2.6 has a broken os.popen2 - it does not correctly accept the command as a list. Windows quoting is wacky.