python / cpython

The Python programming language
https://www.python.org/
Other
60.02k stars 29.05k forks source link

Make 'Grammar' when necessary #32913

Closed Yhg1s closed 23 years ago

Yhg1s commented 23 years ago
BPO 401141
Nosy @Yhg1s
Files
  • None: None
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields: ```python assignee = 'https://github.com/Yhg1s' closed_at = created_at = labels = ['build'] title = "Make 'Grammar' when necessary" updated_at = user = 'https://github.com/Yhg1s' ``` bugs.python.org fields: ```python activity = actor = 'twouters' assignee = 'twouters' closed = True closed_date = None closer = None components = ['Build'] creation = creator = 'twouters' dependencies = [] files = ['2701'] hgrepos = [] issue_num = 401141 keywords = ['patch'] message_count = 5.0 messages = ['33793', '33794', '33795', '33796', '33797'] nosy_count = 2.0 nosy_names = ['twouters', 'nowonder'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue401141' versions = [] ```

    Yhg1s commented 23 years ago
    495c5ecb-2b62-4218-a59d-3f9b8cae27c6 commented 23 years ago

    Although I am NOT feeling morally equivalent to Guido, I changed the status to 'Accepted'. The change is trivial and should not pose any problems.

    waiting-to-be-struck-by-lightning-ly y'rs Peter

    Yhg1s commented 23 years ago

    Add Grammar to the subdirectories to recursively 'make', to solve Peter's problem of trying out a patch that touches Grammar and not typing 'make' in 'Grammar' by hand ;-)

    Yhg1s commented 23 years ago

    oops, this is the order I meant to put the directories in.

    Yhg1s commented 23 years ago

    Guido did approve of the idea, in private email, and the implementation is fairly trivial. I'll accept the acception, and check it in ;)