Re: Is this PEP-able? fwhile

2013-06-26 Thread Jerry Peters
Dennis Lee Bieber wrote: > On Mon, 24 Jun 2013 19:01:11 -0700 (PDT), rusi > declaimed the following: > >>On Tuesday, June 25, 2013 3:08:57 AM UTC+5:30, Chris Angelico wrote: >>> On Tue, Jun 25, 2013 at 5:52 AM, <> wrote: >>> >>> > (NOTE: Many people are being taught to avoid 'break' and 'cont

Re: Is there a way to create kernel log messages via Python?

2012-10-16 Thread Jerry Peters
J wrote: > Hi... > > I have a bit of code that does the following: > > uses the syslog module to inject a LOG_INFO message into the syslog on > my linux machine > runs a suspend/resume cycle > uses the syslog module to inkect a LOG_INFO message marking the end of test. > > Then I parse everythi