Ticket #4584 task new
Deprecate passing multiple positional arguments to twisted.python.log.msg
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | thijs | Branch: | |
| Author: | Launchpad Bug: |
Description
Currently this behavior is supported:
log.msg("hello", "world")
to mean the same thing as:
log.msg("hello world")
This complicates textFromEventDict somewhat, and makes things like #989 harder to implement as well (since it opens the possibility for mixed str and unicode and non-str non-unicode in one message).
Change History
Note: See
TracTickets for help on using
tickets.
