]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 12 Jan 2020 20:44:33 +0000 (12:44 -0800)
committerGitHub <noreply@github.com>
Sun, 12 Jan 2020 20:44:33 +0000 (12:44 -0800)
commitef0af30e507a29dae03aae40459b9c44c96f260d
treeabdc2c4d3460bf6d6d57fc95b77ca81916268761
parent3043ec7d6aed402218404c25179e734166c7fbe0
bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs (GH-17172)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
(cherry picked from commit 6680f4a9f5d15ab82b2ab6266c6f917cb78c919a)

Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Doc/library/ast.rst
Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst [new file with mode: 0644]