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
Title: Unused dictmaker symbol in 2.* grammar
Type: Stage:
Components: Interpreter Core Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, salty-horse, terry.reedy
Priority: normal Keywords:

Created on 2010-12-10 16:57 by salty-horse, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg123738 - (view) Author: Ori Avtalion (salty-horse) * Date: 2010-12-10 16:57
Using trunk r87157

The Grammar/Grammar file defines a "dictmaker" symbol that is no longer referenced in any other symbol. It should be removed.
msg123777 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-12-11 04:26
r87167
msg123778 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2010-12-11 04:34
Your links are to py3k branch, where dictmaker does not appear.
http://svn.python.org/view/python/branches/release27-maint/Grammar/Grammar?view=markup
should that Benjamin just removed it from 2.7.
History
Date User Action Args
2022-04-11 14:57:10adminsetgithub: 54883
2010-12-11 04:34:27terry.reedysetnosy: + terry.reedy
messages: + msg123778
2010-12-11 04:26:35benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg123777
2010-12-10 19:20:45r.david.murraysetnosy: + benjamin.peterson
2010-12-10 16:57:58salty-horsecreate