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.

Author zach.ware
Recipients gvanrossum, zach.ware
Date 2019-02-28.04:35:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Lib/keyword.py already regenerates itself from Python/graminit.c when run as a script, but there should be a `regen-keyword.py` target added to Makefile.pre.in and included as a dependency of the `regen-all` target.  Agreed that this is a good starting issue, particularly for anyone wanting to get more familiar with Makefiles.

See also issue30638.
History
Date User Action Args
2019-02-28 04:35:11zach.waresetrecipients: + zach.ware, gvanrossum
2019-02-28 04:35:11zach.waresetmessageid: <[email protected]>
2019-02-28 04:35:11zach.warelinkissue36143 messages
2019-02-28 04:35:11zach.warecreate