Issue 21054: Improve indexing of syntax symbols (original) (raw)

Issue21054

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/65253

classification

Title: Improve indexing of syntax symbols
Type: enhancement Stage:
Components: Documentation Versions: Python 3.4, Python 3.5, Python 2.7

process

Status: open Resolution:
Dependencies: 21048 21055 Superseder:
Assigned To: docs@python Nosy List: docs@python, ezio.melotti, terry.reedy
Priority: normal Keywords:

Created on 2014-03-24 23:26 by terry.reedy, last changed 2022-04-11 14:58 by admin.

Messages (3)
msg214761 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-03-24 23:26
Since I will post multiple patches for review on separate issues, this is an index issue that will have multiple dependencies.
msg219149 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2014-05-26 10:10
All the current dependences are currently fixed. Are you planning to add more in the future or can this issue be closed?
msg219163 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2014-05-26 16:15
I plan to add more.
History
Date User Action Args
2022-04-11 14:58:00 admin set github: 65253
2014-05-26 16:15:43 terry.reedy set messages: +
2014-05-26 10:10:52 ezio.melotti set nosy: + docs@python, ezio.melottimessages: + assignee: docs@pythoncomponents: + Documentationtype: enhancement
2014-04-29 05:30:45 terry.reedy set dependencies: + Index 'as' in import and with statements, - Derby: Convert the _sre module to use Argument Clinic
2014-04-29 05:30:09 terry.reedy set dependencies: + Derby: Convert the _sre module to use Argument Clinic, Index (augmented) assignment symbols
2014-03-24 23:26:18 terry.reedy create