diff options
author | Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com> | 2020-01-12 20:38:53 (GMT) |
---|---|---|
committer | Pablo Galindo <Pablogsal@gmail.com> | 2020-01-12 20:38:53 (GMT) |
commit | 6680f4a9f5d15ab82b2ab6266c6f917cb78c919a (patch) | |
tree | 99ae78971b66ce6b06de110a95ce3b06815d3fec /Misc | |
parent | 9f3fc6c5b4993f2b362263b494f84793a21aa073 (diff) | |
download | cpython-6680f4a9f5d15ab82b2ab6266c6f917cb78c919a.zip cpython-6680f4a9f5d15ab82b2ab6266c6f917cb78c919a.tar.gz cpython-6680f4a9f5d15ab82b2ab6266c6f917cb78c919a.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst b/Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst new file mode 100644 index 0000000..65f1a6d --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-11-17-11-53-10.bpo-3530.8zFUMc.rst @@ -0,0 +1,2 @@ +In the :mod:`ast` module documentation, fix a misleading ``NodeTransformer`` example and add +advice on when to use the ``fix_missing_locations`` function. |