On Tue, 11 Feb 2014, [email protected] wrote:
> While hunting some of my own errors, I found this warning that you
> might want to fix: ===========================================

Yeah, it was fixed in the past in several places, such as:

  
http://invenio-software.org/repo/invenio/commit/?id=1807e3869ae44fbb68a69a21afdf90bed684cba5

but apparently not everywhere:

   $ git grep -n popen3
   modules/elmsubmit/lib/elmsubmit_html2txt.py:100:        # Run the process 
using popen3; possibly dodgy on Windows!
   modules/elmsubmit/lib/elmsubmit_html2txt.py:101:        # Need popen3 rather 
other popen function because we want to
   modules/elmsubmit/lib/elmsubmit_html2txt.py:104:        (stdin, stdout, 
stderr) = os.popen3(commandline, 'r')
   modules/elmsubmit/lib/elmsubmit_misc.py:102:    # Run the process using 
popen3; possibly dodgy on Windows!
   modules/elmsubmit/lib/elmsubmit_misc.py:103:    # Need popen3 rather other 
popen function because we want to
   modules/elmsubmit/lib/elmsubmit_misc.py:105:    (stdin, stdout, stderr) = 
os.popen3(commandline, 'r')
   modules/oaiharvest/lib/oai_harvest_admin.py:978:    (s_in, s_out, s_err) = 
os.popen3(command)
   modules/oaiharvest/lib/oai_harvest_admin.py:1001:    (program_input, 
program_output, program_err) = os.popen3(command)
   modules/websession/lib/inveniogc.py:99:    (dummy, output, errors) = 
os.popen3(command)
   modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH.py:82:    
pipe_in, pipe_out, pipe_err = os.popen3("%s" % convert_cmd)
   modules/websubmit/lib/functions/Convert_RecXML_to_RecALEPH_DELETE.py:83:    
pipe_in, pipe_out, pipe_err = os.popen3("%s" % convert_cmd)

I've submitted a ticket:

   http://invenio-software.org/ticket/1705

Best regards
--
Tibor Simko

Reply via email to