Add match parameter to filecmp.dircmp to ignore using patterns

Abierto
#46,079 19 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
38/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
python
Área
tooling

Línea de trabajo

Start with the filecmp.dircmp entry point and review the historical filecmp.py.patch and wildcard.patch files listed in the issue. Compare the revised patches to understand the intended matching behavior and parameter shape. Done means dircmp can ignore entries using the requested patterns without changing existing behavior.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

stdlib type-feature
BPO 1738
Nosy @gvanrossum, @abalkin, @mamrhein
Files
  • filecmp.py.patch
  • wildcard.patch: patch implementing an enhanced version of this feature
  • add_match_func.patch: revised patch
  • add_match_func.patch: 2nd revised patch
  • issue1738py3k.diff
  • issue1738.diff
  • issue1738_r2.diff
  • issue1738_r3.diff
  • 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:

    assignee = None
    closed_at = None
    created_at = <Date 2008-01-04.21:30:31.549>
    labels = ['type-feature', 'library']
    title = 'Add match parameter to filecmp.dircmp to ignore using patterns'
    updated_at = <Date 2014-04-13.19:00:44.462>
    user = 'https://bugs.python.org/flxkid'
    

    bugs.python.org fields:

    activity = <Date 2014-04-13.19:00:44.462>
    actor = 'nikratio'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2008-01-04.21:30:31.549>
    creator = 'flxkid'
    dependencies = []
    files = ['9068', '10005', '10008', '10078', '18930', '34444', '34478', '34801']
    hgrepos = []
    issue_num = 1738
    keywords = ['patch']
    message_count = 19.0
    messages = ['59262', '59265', '59276', '59277', '62893', '64138', '65348', '65351', '65359', '65360', '65363', '65479', '65629', '65701', '107430', '116857', '213748', '213941', '216030']
    nosy_count = 7.0
    nosy_names = ['gvanrossum', 'jafo', 'belopolsky', 'mamrhein', 'flxkid', 'vdupras', 'nikratio']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = 'needs patch'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue1738'
    versions = ['Python 3.5']
    

    Lenguaje dominante
    Python
    Estrellas
    77.2k
    Forks
    36k
    Merge medio
    1 d 9 h
    PR fusionados (30 d)
    558

    Guía de contribución

    Abrir la guía de contribución

    Primeros pasos

    1. Lee el issue completo y luego la guía de contribución del proyecto.
    2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
    3. Haz un fork del repositorio y trabaja en una rama.
    4. Abre un pull request que haga referencia al número del issue.

    Más de python/cpython

    Todos los issues de python/cpython

    Issues similares

    Más issues de Python

    Recibe los nuevos issues en tu correo

    Un resumen breve de issues de GitHub para principiantes.