]> granicus.if.org Git - python/commit
[3.8] bpo-33416: Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Jun 2019 00:33:34 +0000 (17:33 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 00:33:34 +0000 (17:33 -0700)
commit45da7437f54b4a6bdb8b4ba5a0f13f44a24eec39
tree822d7a1259807742234e6539960b91b9749b0402
parentb626b113aee655e273b68eb1edb980f9729c0833
[3.8] bpo-33416:  Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214) (GH-14215)

I didn't find any entries in the docs about these functions, so I just mentioned them, in "What's New".
(cherry picked from commit 47c2de7725025341318860b9a2601ba7013d27a9)

Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>
https://bugs.python.org/issue33416
Doc/whatsnew/3.8.rst