Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DEBUG flag to documentation of re.compile #57899

Closed
gruszczy mannequin opened this issue Dec 31, 2011 · 3 comments
Closed

Add DEBUG flag to documentation of re.compile #57899

gruszczy mannequin opened this issue Dec 31, 2011 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@gruszczy
Copy link
Mannequin

gruszczy mannequin commented Dec 31, 2011

BPO 13690
Nosy @merwok, @sandrotosi
Files
  • 13690.patch
  • 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 = <Date 2012-01-01.11:58:49.726>
    created_at = <Date 2011-12-31.18:26:17.358>
    labels = ['docs']
    title = 'Add DEBUG flag to documentation of re.compile'
    updated_at = <Date 2012-01-02.15:39:00.676>
    user = 'https://bugs.python.org/gruszczy'

    bugs.python.org fields:

    activity = <Date 2012-01-02.15:39:00.676>
    actor = 'eric.araujo'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2012-01-01.11:58:49.726>
    closer = 'sandro.tosi'
    components = ['Documentation']
    creation = <Date 2011-12-31.18:26:17.358>
    creator = 'gruszczy'
    dependencies = []
    files = ['24118']
    hgrepos = []
    issue_num = 13690
    keywords = ['patch']
    message_count = 3.0
    messages = ['150423', '150429', '150458']
    nosy_count = 5.0
    nosy_names = ['eric.araujo', 'gruszczy', 'sandro.tosi', 'docs@python', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue13690'
    versions = ['Python 2.7', 'Python 3.2', 'Python 3.3']

    @gruszczy
    Copy link
    Mannequin Author

    gruszczy mannequin commented Dec 31, 2011

    This is a useful flag and it would be good, if it was in documentation.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jan 1, 2012

    New changeset 9aebb4d07ddf by Sandro Tosi in branch '2.7':
    Issue bpo-13690: add re.DEBUG; patch by Filip Gruszczyński
    http://hg.python.org/cpython/rev/9aebb4d07ddf

    New changeset f4a9c7cf98dd by Sandro Tosi in branch '3.2':
    Issue bpo-13690: add re.DEBUG; patch by Filip Gruszczyński
    http://hg.python.org/cpython/rev/f4a9c7cf98dd

    @sandrotosi sandrotosi added the docs Documentation in the Doc dir label Jan 1, 2012
    @merwok
    Copy link
    Member

    merwok commented Jan 2, 2012

    Display debug information about compiled expression.

    IMO it would be helpful to define “display” more precisely (e.g. “Print debugging information on stdout during pattern compilation”).

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants