summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>2022-10-12 04:42:57 (GMT)
committerGitHub <noreply@github.com>2022-10-12 04:42:57 (GMT)
commitc39a0c335486fa8eac0f3030930f9e8769118a4f (patch)
tree2625c28c71654f790a40c0383a92077fba7f6e9a /Doc/howto
parent3b33c2010aa00ef5877bc35b02ae658e3c9f27af (diff)
downloadcpython-c39a0c335486fa8eac0f3030930f9e8769118a4f.zip
cpython-c39a0c335486fa8eac0f3030930f9e8769118a4f.tar.gz
cpython-c39a0c335486fa8eac0f3030930f9e8769118a4f.tar.bz2
gh-65046: Link to logging cookbook from asyncio docs (#98207)
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/logging-cookbook.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst
index 913502e..99e886c 100644
--- a/Doc/howto/logging-cookbook.rst
+++ b/Doc/howto/logging-cookbook.rst
@@ -332,6 +332,8 @@ configuration::
print('complete')
+.. _blocking-handlers:
+
Dealing with handlers that block
--------------------------------