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: mark pgen generated files
Type: enhancement Stage:
Components: Interpreter Core Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: benjamin.peterson Nosy List: benjamin.peterson, georg.brandl
Priority: low Keywords: easy, patch

Created on 2008-04-13 16:45 by benjamin.peterson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pgen_generated.patch benjamin.peterson, 2008-04-13 16:45
Messages (3)
msg65447 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-13 16:45
This patch makes pgen note that it generated the file at the top.
msg65448 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-04-13 18:18
Fine with me if you convert the spaces to a tab first.
msg65450 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-13 20:36
Committed in r62329.
History
Date User Action Args
2022-04-11 14:56:33adminsetgithub: 46879
2008-04-13 20:36:34benjamin.petersonsetstatus: open -> closed
resolution: accepted
messages: + msg65450
2008-04-13 18:18:36georg.brandlsetassignee: georg.brandl -> benjamin.peterson
messages: + msg65448
2008-04-13 16:45:39benjamin.petersoncreate