Issue 2627: mark pgen generated files (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/46879

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:33 admin set github: 46879
2008-04-13 20:36:34 benjamin.peterson set status: open -> closedresolution: acceptedmessages: +
2008-04-13 18🔞36 georg.brandl set assignee: georg.brandl -> benjamin.petersonmessages: +
2008-04-13 16:45:39 benjamin.peterson create