[Bug 364896] Re: deprecated os.popen3 warning in bughelper

2009-08-24 Thread Brian Murray
** Changed in: bughelper (Ubuntu) Assignee: (unassigned) = Brian Murray (brian-murray) -- deprecated os.popen3 warning in bughelper https://bugs.launchpad.net/bugs/364896 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 364896] Re: deprecated os.popen3 warning in bughelper

2009-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package bughelper - 0.2.17 --- bughelper (0.2.17) karmic; urgency=low * Resolve deprecation warning for os.popen3 thanks to Paul Larson (LP: #364896) -- Brian Murray br...@ubuntu.com Mon, 24 Aug 2009 12:37:38 -0700 ** Changed in: bughelper

[Bug 364896] Re: deprecated os.popen3 warning in bughelper

2009-06-04 Thread Teej
I am also having this problem. -- deprecated os.popen3 warning in bughelper https://bugs.launchpad.net/bugs/364896 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 364896] Re: deprecated os.popen3 warning in bughelper

2009-05-31 Thread Krzysztof Klimonda
from subprocess import * isn't the cleanest way of doing that. I'd prefer importing only used symbols as wildards often obscure source code. One can, for example, wonder what is PIPE and from where was it imported. ** Attachment added: code_cleanup.diff

[Bug 364896] Re: deprecated os.popen3 warning in bughelper

2009-04-21 Thread Paul Larson
** Branch linked: lp:~pwlars/bughelper/bughelper.364896 -- deprecated os.popen3 warning in bughelper https://bugs.launchpad.net/bugs/364896 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 364896] Re: deprecated os.popen3 warning in bughelper

2009-04-21 Thread Paul Larson
rev 229 of attached branch has proposed fix for this, rev 230 has some minor cleanup stuff ** Changed in: bughelper (Ubuntu) Status: New = In Progress -- deprecated os.popen3 warning in bughelper https://bugs.launchpad.net/bugs/364896 You received this bug notification because you are a