Ticket #5247 defect closed duplicate
twisted.python.log documentation missing a msg reference
| Reported by: | sorressean | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
The documentation at: http://twistedmatrix.com/documents/current/api/twisted.python.log.html is missing a msg method, which is a bound method:
from twisted.python import log log.msg
<bound method LogPublisher.msg of <twisted.python.log.LogPublisher instance at 0xb7192dec>>
Change History
Note: See
TracTickets for help on using
tickets.
