This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, docs@python, vinay.sajip, xtreak
Date 2019-01-25.14:15:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548425735.77.0.951546919363.issue35821@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure which part of what I wrote you think is inaccurate. All of what you wrote matches what I was trying to convey.

For example, my saying "pass to the parent logger" corresponds to the "set current logger to parent" box in the diagram. And by "handled by the parent logger's handlers" I meant "directly offered to any handlers attached to ancestor loggers." And "only the propagate attribute determines whether the event is passed" matches your "until a logger is encountered where propagate is false."
History
Date User Action Args
2019-01-25 14:15:37chris.jerdoneksetrecipients: + chris.jerdonek, vinay.sajip, docs@python, xtreak
2019-01-25 14:15:35chris.jerdoneksetmessageid: <1548425735.77.0.951546919363.issue35821@roundup.psfhosted.org>
2019-01-25 14:15:35chris.jerdoneklinkissue35821 messages
2019-01-25 14:15:35chris.jerdonekcreate