[issue21443] asyncio logging documentation clarifications

2016-10-13 Thread Guido van Rossum
Guido van Rossum added the comment: Thanks! Applied to 3.5, 3.6, 3.7. (We don't change 3.4 any more except for security fixes.) -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed type: enhancement -> behavior ___ Python tr

[issue21443] asyncio logging documentation clarifications

2016-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset e68b1b2515e9 by Guido van Rossum in branch '3.5': Issue #21443: Show how to change log level for asyncio. https://hg.python.org/cpython/rev/e68b1b2515e9 New changeset 660058d76788 by Guido van Rossum in branch '3.6': Issue #21443: Show how to change

[issue21443] asyncio logging documentation clarifications

2016-10-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, I added the paragraph explaining how to change the log level for asyncio. Please check it out. Thanks :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file44992/issue21443.patch ___ Pytho

[issue21443] asyncio logging documentation clarifications

2014-06-06 Thread STINNER Victor
Changes by STINNER Victor : -- components: +Asyncio ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue21443] asyncio logging documentation clarifications

2014-05-28 Thread Guido van Rossum
Guido van Rossum added the comment: Good idea. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue21443] asyncio logging documentation clarifications

2014-05-28 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +giampaolo.rodola, gvanrossum, haypo, pitrou, yselivanov ___ Python tracker ___ ___ Python-bugs-l

[issue21443] asyncio logging documentation clarifications

2014-05-06 Thread Ned Deily
Changes by Ned Deily : -- stage: -> needs patch title: asyncoio logging documentation clarifications. -> asyncio logging documentation clarifications ___ Python tracker ___ ___