[Chris]
>>> logger.info('blah',show_stack=True)

...

[Tim]
>> It's not hard to roll yourself, so I expect (but don't know) that the
>> logging module's author would resist adding it.

[Chris]
> I guess that's my question. Where and who should I ask about it?

On a Python list (doh ;-)).  Vinay Sajip is the module's author (use
Google).

...

> Is there a python dev list?

    mailto:python-dev@python.org

> Should I submit a patch to the sourceforge tracker?

Up to you.  If you do, a patch should include code, doc, and test changes.
That helps it get taken seriously (it's hard enough to get someone to review
a patch at all; if a favorable reviewer would also have to finish the work,
the chances of acceptance plummet).  I recommend discussing it first.

_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to