]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88355: Fix backslashes in AF_PIPE (#96543)
authorcousteau <cousteaulecommandant@users.noreply.github.com>
Tue, 4 Oct 2022 22:54:03 +0000 (23:54 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 22:54:03 +0000 (15:54 -0700)
commitff28d8926de92d809e3b7f71d3e44672178ed11e
tree214f937d2de75a9b5ba45b5195cf71acbfcef989
parent985958187d578cfa311e404588950b29fda95db7
gh-88355: Fix backslashes in AF_PIPE (#96543)

Fix backslashes in AF_PIPE (#88355)

The correct syntax for AF_PIPE addresses is `\\.\pipe\blahblah`, not `\.\pipe{blahblah}`, but the syntax markup messed up the backslashes.
Doc/library/multiprocessing.rst