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

PEP 305: eaten backslashes #60706

Closed
serhiy-storchaka opened this issue Nov 18, 2012 · 3 comments
Closed

PEP 305: eaten backslashes #60706

serhiy-storchaka opened this issue Nov 18, 2012 · 3 comments
Assignees
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 16502
Nosy @pitrou, @ezio-melotti, @serhiy-storchaka
Files
  • pep-0305_rn.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 = 'https://github.com/ezio-melotti'
    closed_at = <Date 2012-11-18.17:55:47.801>
    created_at = <Date 2012-11-18.17:33:29.107>
    labels = ['type-feature', 'docs']
    title = 'PEP 305: eaten backslashes'
    updated_at = <Date 2012-11-18.17:55:47.800>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2012-11-18.17:55:47.800>
    actor = 'ezio.melotti'
    assignee = 'ezio.melotti'
    closed = True
    closed_date = <Date 2012-11-18.17:55:47.801>
    closer = 'ezio.melotti'
    components = ['Documentation']
    creation = <Date 2012-11-18.17:33:29.107>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['28028']
    hgrepos = []
    issue_num = 16502
    keywords = ['patch']
    message_count = 3.0
    messages = ['175891', '175893', '175898']
    nosy_count = 4.0
    nosy_names = ['pitrou', 'ezio.melotti', 'docs@python', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue16502'
    versions = []

    @serhiy-storchaka
    Copy link
    Member Author

    In PEP-305 '\r\n' rendered as 'rn' in one place. The proposed patch should fix this.

    @serhiy-storchaka serhiy-storchaka added the docs Documentation in the Doc dir label Nov 18, 2012
    @pitrou
    Copy link
    Member

    pitrou commented Nov 18, 2012

    Hmm, I wonder if this is a ReST bug.

    @serhiy-storchaka
    Copy link
    Member Author

    This is a markup bug. In all other cases \n escaped (\n), or quoted (\n), or used in a code fragment.

    @ezio-melotti ezio-melotti added the type-feature A feature request or enhancement label Nov 18, 2012
    @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 type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants