Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 1 Doc/library/language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ These modules include:
parser.rst
ast.rst
symtable.rst
symbol.rst
token.rst
keyword.rst
tokenize.rst
Expand Down
32 changes: 0 additions & 32 deletions 32 Doc/library/symbol.rst

This file was deleted.

3 changes: 3 additions & 0 deletions 3 Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,6 @@ Removed
* Removed ``PyUnicode_AsUnicodeCopy()``. Please use :c:func:`PyUnicode_AsUCS4Copy` or
:c:func:`PyUnicode_AsWideCharString`
(Contributed by Inada Naoki in :issue:`41103`.)

* Removed :module:symbol.
(Contributed by Lysandros Nikolaou in :issue:`40939` and Joannah Nanjekye in :issue:`41234`.)
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Remove docs for the deprecated and removed ``symbol.sym_name``.
(Patch by Joannah Nanjekye)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.