mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
bpo-40759: Deprecate the symbol module (GH-20364)
Automerge-Triggered-By: @pablogsal
This commit is contained in:
parent
b7d79b4f36
commit
cf88871d6a
4 changed files with 19 additions and 3 deletions
|
@ -17,6 +17,11 @@ the definitions of the names in the context of the language grammar. The
|
|||
specific numeric values which the names map to may change between Python
|
||||
versions.
|
||||
|
||||
.. warning::
|
||||
|
||||
The symbol module is deprecated and will be removed in future versions of
|
||||
Python.
|
||||
|
||||
This module also provides one additional data object:
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue