Re: Getting Syslog working on OSX Monterey

2022-03-03 Thread Philip Bloom via Python-list
dback. On Thu, Mar 3, 2022 at 10:32 AM Barry Scott wrote: > > > On 3 Mar 2022, at 03:01, Philip Bloom wrote: > > I'm probably asking on the wrong list, and probably should bother wherever > apple's ASL experts live for changes in monterey. Guess nobody else is > see

Re: Getting Syslog working on OSX Monterey

2022-03-02 Thread Philip Bloom via Python-list
er| Story must make more sense than reality. > > |_|_) || > > | | | h...@hjp.at |-- Charles Stross, "Creative writing > > __/ | http://www.hjp.at/ | challenge!" > > -- > > https://mail.python.org/mailman/listinfo/pytho

Re: Getting Syslog working on OSX Monterey

2022-02-27 Thread Philip Bloom via Python-list
OS Syslogd -> parsed ASL config -> /var/log/Appname/Appname.log). It's why I think I may be missing something fundamental, but it feels like something subtle changed in the latest OSX. On Sun, Feb 27, 2022 at 11:26 AM Dennis Lee Bieber wrote: > On Sun, 27 Feb 20

Getting Syslog working on OSX Monterey

2022-02-27 Thread Philip Bloom via Python-list
[CA= Sender appName] file /var/log/appName/appName.log My end goal is really to get just a working python logging -> var/log/appname/appname.log again so glad to just be pointed in the right direction if way off base. -- Philip Bloom Director, Services Engineering *AppLovin Corporation* M: (786

Strange os.stat behavior

2010-09-29 Thread Philip Bloom
I'm on python 2.6.1: Ran into some os.stat behavior that knocked me for a loop. I was using os.stat to retrieve file st_ctime and st_mtime from a remote server through a unc path, and doing this I encountered that os.stat was returning me st_ctime and st_mtime values that were months off, rep

RE: Speed-up for loops

2010-09-02 Thread Philip Bloom
Uh. Try: Imax=10 a=0 i=0 While(imailto:python-list-bounces+pbloom=crystald@python.org] On Behalf Of Nobody Sent: Thursday, September 02, 2010 9:05 AM To: python-list@python.org Subject: Re: Speed-up for loops On Thu, 02 Sep 2010 12:02:40 +0200, Michael Kreim wrote: > I was comparin

RE: Question on periods in strings

2009-03-12 Thread Philip Bloom
on periods in strings En Wed, 11 Mar 2009 23:42:45 -0200, Philip Bloom escribió: > Thanks for the welcome :) > > You're right. Here's with the missed line (I was cutting out commented > parts). Hopefully these are all cut/paste-able. > > #test A > #runs

RE: Question on periods in strings

2009-03-11 Thread Philip Bloom
entionally small python code since it originated from just seeing what some variations on file writes might differ in scaling. -Original Message- From: python-list-bounces+pbloom=crystald@python.org [mailto:python-list-bounces+pbloom=crystald@python.org] On Behalf Of Gabriel Ge

Question on periods in strings

2009-03-11 Thread Philip Bloom
Hello, this is my first time posting to the list, but my curiosity here is great. I was randomly toying with file writes and I ran into something that seemed quite odd to me. When a period is in a string, file write takes about double the time. I saw similar things with newlines, but I figured t