On Thu, Aug 19, 2010 at 11:54:19AM +0100, José Matos wrote: > On Thursday 19 August 2010 08:00:42 for...@lyx.org wrote: > > Author: forenr > > Date: Thu Aug 19 09:00:41 2010 > > New Revision: 35162 > > URL: http://www.lyx.org/trac/changeset/35162 > > > > Log: > > Replace the deprecated os.popen3 with the subprocess module. > > > > Modified: > > lyx-devel/trunk/lib/scripts/clean_dvi.py > > > > If we do this, you have my support here, we should upgrade the python > requirement to python 2.4 (the first version to have subprocess in the > standard library).
I thought about that, but then decided to do nothing as clean_dvi.py is only used on Windows, where the standard is 2.6 (if not 2.7, even). This only avoids a deprecation warning, and I would not like to bump the requirements only for something as marginal as this. If you deem it would be nevertheless necessary, I am for reverting the change, rather. -- Enrico