[PATCH] nmbug: Translate to Python

2014-07-21 Thread Jani Nikula
On Jul 21, 2014 12:43 AM, "W. Trevor King" wrote: > > devel/nmbug/nmbug | 1450 - > 1 file changed, 755 insertions(+), 695 deletions(-) See git format-patch --break-rewrites option. BR, Jani. -- next part -- An HTML

[PATCH] nmbug: Translate to Python

2014-07-20 Thread W. Trevor King
This allows us to capture stdout and stderr separately, and do other explicit subprocess manipulation without resorting to external packages. It should be compatible with Python 2.6 and later (including the 3.x series), although with 2.6 you'll need the external argparse package. Most of the

[PATCH] nmbug: Translate to Python

2014-07-20 Thread W. Trevor King
This allows us to capture stdout and stderr separately, and do other explicit subprocess manipulation without resorting to external packages. It should be compatible with Python 2.6 and later (including the 3.x series), although with 2.6 you'll need the external argparse package. Most of the

Re: [PATCH] nmbug: Translate to Python

2014-07-20 Thread Jani Nikula
On Jul 21, 2014 12:43 AM, W. Trevor King wk...@tremily.us wrote: devel/nmbug/nmbug | 1450 - 1 file changed, 755 insertions(+), 695 deletions(-) See git format-patch --break-rewrites option. BR, Jani.