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 thomaslee
Recipients brett.cannon, thomaslee
Date 2009-02-09.09:10:57
SpamBayes Score 3.1474306e-10
Marked as misclassified No
Message-id <1234170661.27.0.700816047427.issue4347@psf.upfronthosting.co.za>
In-reply-to
Content
This would appear to be another build quirk: Lib/symbol.py needs to be
regenerated if Grammar/Grammar changes.

Brett, do you think it would be okay for this file to be generated
automatically as part of the build process? I can't think of any good
reason why this should continue to be a manual task.

Lib/token.py is in a similar boat, except its dependency is on
Include/token.h

Whatever the decision, I'll provide another review/functional patch pair.
History
Date User Action Args
2009-02-09 09:11:01thomasleesetrecipients: + thomaslee, brett.cannon
2009-02-09 09:11:01thomasleesetmessageid: <1234170661.27.0.700816047427.issue4347@psf.upfronthosting.co.za>
2009-02-09 09:10:59thomasleelinkissue4347 messages
2009-02-09 09:10:58thomasleecreate