Message336844
| Author |
vstinner |
| Recipients |
cheryl.sabella, gvanrossum, nanjekyejoannah, serhiy.storchaka, vstinner, zach.ware |
| Date |
2019-02-28.15:51:25 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1551369085.86.0.790862936949.issue36143@roundup.psfhosted.org> |
| In-reply-to |
|
| Content |
> Do not haste with this. After implementing pgen in Python, Lib/keyword.py can be generated directly by pgen.
That's bpo-35808 and PR 11814 which is under review.
Anyway, at the end, it would be nice if Lib/keyword.py would be regenerated by "make regen-all". Currently, "regen-all" doesn't regenerate everything. For example, configure is not regenerated. |
|