Issue 40759: Deprecate the symbol module - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: BTaskaya, lukasz.langa, miss-islington, pablogsal, terry.reedy
Priority: normal Keywords: patch

Created on 2020-05-24 20:51 by BTaskaya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 20364 merged BTaskaya, 2020-05-24 20:54
PR 20557 merged miss-islington, 2020-05-31 22:02
Messages (4)
msg369826 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2020-05-24 20:51
Parser is deprecated so there is no need for the 'symbol' module. I think this should be backported to 3.9, so I'm CC-ing @Łukasz.
msg370345 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-05-30 01:07
If PEG does not use this file, then not deprecating it along with parser in 3.9 could be considered a bug.
msg370513 - (view) Author: miss-islington (miss-islington) Date: 2020-05-31 22:01
New changeset cf88871d6a9c12e7b7e5f4d65abc2ec6e2fe952e by Batuhan Taskaya in branch 'master':
bpo-40759: Deprecate the symbol module (GH-20364)
https://github.com/python/cpython/commit/cf88871d6a9c12e7b7e5f4d65abc2ec6e2fe952e
msg370518 - (view) Author: miss-islington (miss-islington) Date: 2020-05-31 22:23
New changeset 96d91071c0279fe3b10f97b581970a85ccba9ebe by Miss Islington (bot) in branch '3.9':
bpo-40759: Deprecate the symbol module (GH-20364)
https://github.com/python/cpython/commit/96d91071c0279fe3b10f97b581970a85ccba9ebe