Chris Leary added the comment:
Okay, neat! I put them in that order so that they would correspond to the
parameters to ``LogRecord.__init__`` -- do we usually do alphabetical instead?
--
___
Python tracker
<http://bugs.python.org/issue9
New submission from Chris Leary :
I tried to clear this section up a bit in light of the confusion here:
http://stackoverflow.com/q/3687864/3594
Not sure if it applies to 3k trunk.
First documentation patch, be sure to lmk what I'm doing wrong! :-)
--
assignee: d...@python
compo
Changes by Chris Leary :
--
nosy: +cdleary
___
Python tracker
<http://bugs.python.org/issue7593>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Chris Leary :
I was just reading through this ACM article that enumerates some of the issues
with the select function in .NET:
http://cacm.acm.org/magazines/2009/5/24646-api-design-matters/fulltext
select.select() currently suffers from the same documentation problem where
Chris Leary added the comment:
Ah, I see what the miscommunication is now.
Yes, implementing the feature as you suggested would give the user the
ability to specify the delayed handle-opening /within/ the configuration
file. What I had intended was a way to load/inspect a file configuration
Chris Leary added the comment:
Hi Vinay,
I was actually trying to address a use case where the delay_fh option in
the fileConfig() would be necessary.
Let's say I'm running a simulator that I run many instances of at once.
The logging configuration is extensive, so I wan