python / cpython

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

adds CVS files to sdist.prune_file_list() #32473

Closed c3ca32fb-6348-4401-a959-15703a140c76 closed 23 years ago

c3ca32fb-6348-4401-a959-15703a140c76 commented 23 years ago
BPO 400656
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 = None closed_at = created_at = labels = ['library'] title = 'adds CVS files to sdist.prune_file_list()' updated_at = user = 'https://bugs.python.org/hgebel' ``` bugs.python.org fields: ```python activity = actor = 'gward' assignee = 'gward' closed = True closed_date = None closer = None components = ['Distutils'] creation = creator = 'hgebel' dependencies = [] files = ['2479'] hgrepos = [] issue_num = 400656 keywords = ['patch'] message_count = 2.0 messages = ['32903', '32904'] nosy_count = 2.0 nosy_names = ['gward', 'hgebel'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue400656' versions = [] ```

    c3ca32fb-6348-4401-a959-15703a140c76 commented 23 years ago
    36a699a8-3b7f-4e71-b274-880655ed5d64 commented 23 years ago

    Fixed in a different way, and fixed several other bugs in the same go.