New submission from Joannah Nanjekye nanjekyejoannah@gmail.com:
The function is_annotated() in symtable is not documented. Am using this opportunity to also add docstrings to the methods that didnot have them already.
---------- assignee: docs@python components: Documentation messages: 373200 nosy: docs@python, nanjekyejoannah priority: normal severity: normal status: open title: Document is_annotated() in the symtable module type: enhancement versions: Python 3.10
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________
Change by Joannah Nanjekye nanjekyejoannah@gmail.com:
---------- title: Document is_annotated() in the symtable module -> Document is_annotate() in symtable and update doc strings
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________
Change by Joannah Nanjekye nanjekyejoannah@gmail.com:
---------- keywords: +patch pull_requests: +20514 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21369
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________
Joannah Nanjekye nanjekyejoannah@gmail.com added the comment:
New changeset a95ac779e6bca0d87819969e361627182b83292c by Joannah Nanjekye in branch 'master': bpo-41224: Document is_annotated() in symtable module and update doc strings (GH-21369) https://github.com/python/cpython/commit/a95ac779e6bca0d87819969e361627182b8...
----------
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________
Change by Joannah Nanjekye nanjekyejoannah@gmail.com:
---------- stage: patch review -> resolved status: open -> closed
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________
Change by Andrés Delfino adelfino@gmail.com:
---------- nosy: +adelfino nosy_count: 2.0 -> 3.0 pull_requests: +22838 pull_request: https://github.com/python/cpython/pull/23861
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________
Serhiy Storchaka storchaka+cpython@gmail.com added the comment:
New changeset 2edfc86f69d8a74f4821974678f664ff94a9dc22 by Andre Delfino in branch 'master': bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861) https://github.com/python/cpython/commit/2edfc86f69d8a74f4821974678f664ff94a...
---------- nosy: +serhiy.storchaka
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________
Serhiy Storchaka storchaka+cpython@gmail.com added the comment:
The method was added in 3.6. Please backport documentation changes to 3.9 and 3.8.
---------- stage: resolved -> needs patch status: closed -> open versions: +Python 3.8, Python 3.9 -Python 3.10
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________
Change by Andrés Delfino adelfino@gmail.com:
---------- pull_requests: +22856 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/24016
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________
Change by Andrés Delfino adelfino@gmail.com:
---------- pull_requests: +22857 pull_request: https://github.com/python/cpython/pull/24017
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________
Serhiy Storchaka storchaka+cpython@gmail.com added the comment:
New changeset 7a7f3e0d6a197c81fff83ad777c74324ceb4198f by Andre Delfino in branch '3.9': [3.9] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24017) https://github.com/python/cpython/commit/7a7f3e0d6a197c81fff83ad777c74324ceb...
----------
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________
Serhiy Storchaka storchaka+cpython@gmail.com added the comment:
New changeset bc15cdbc6eb112cb72acf189769ecd539dd45652 by Andre Delfino in branch '3.8': [3.8] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861). (GH-24016) https://github.com/python/cpython/commit/bc15cdbc6eb112cb72acf189769ecd539dd...
----------
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________
Change by Serhiy Storchaka storchaka+cpython@gmail.com:
---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue41224 _______________________________________