On Mon, Aug 13, 2012 at 11:26:21AM +0100, James wrote:
> Just an FYI for those that understand this stuff:
> /home/james/lilypond-git/build/python/out/book_snippets.py:744:
> DeprecationWarning: os.popen3 is deprecated. Use the subprocess
> module.
> (stdin, stdout, stderr) = os.popen3 (cmd)
I
Hello,
Just an FYI for those that understand this stuff:
I notice a warning during make doc
--snip--
/home/james/lilypond-git/build/python/out/book_snippets.py:744:
DeprecationWarning: os.popen3 is deprecated. Use the subprocess
module.
(stdin, stdout, stderr) = os.popen3 (cmd)
--snip--
Ja