Raymond Hettinger added the comment:

This seems like a reasonable use case and is worth considering.

Offhand, I don't see how a user could easily implement this on their own 
without hacking the logging module internals.  What would be needed is some 
support for begin-logging-transaction, a series of normal logging calls, 
followed by either a transaction-commit or transaction-rollback.

----------
assignee:  -> vinay.sajip
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25344>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to