swh:1:snp:0ebb65e7999ffe8a09692c70dcaabcccae4df958
Raw File
Tip revision: 5a0c6abb569cadfc6b418a7d23ecffec01bd234d authored by Miss Islington (bot) on 25 July 2021, 19:32:15 UTC
[3.9] bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27348) (GH-27350)
Tip revision: 5a0c6ab
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top