Message12686

Author jeff.allen
Recipients jeff.allen
Date 2019-10-06.10:10:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570356603.08.0.0695656668997.issue2778@roundup.psfhosted.org>
In-reply-to
Content
The substance of this change is in https://hg.python.org/jython/rev/5e3bd2044a51, and subsequent change sets apply it to new areas of the runtime. It co-exists reasonably well with the existing approach, but the intention is that we use logging directly, as for example in these recent changes to the scopes compiler: https://hg.python.org/jython/rev/443426bd426c .

There is still a mixture of old-style and new-style invocation of logging, and some deprecated use of Options.verbose, but essentially this works now.
History
Date User Action Args
2019-10-06 10:10:03jeff.allensetmessageid: <1570356603.08.0.0695656668997.issue2778@roundup.psfhosted.org>
2019-10-06 10:10:03jeff.allensetrecipients: + jeff.allen
2019-10-06 10:10:03jeff.allenlinkissue2778 messages
2019-10-06 10:10:02jeff.allencreate