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

Inconsistent indentation in SocketServer docs #51612

Closed
ubershmekel mannequin opened this issue Nov 20, 2009 · 2 comments
Closed

Inconsistent indentation in SocketServer docs #51612

ubershmekel mannequin opened this issue Nov 20, 2009 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@ubershmekel
Copy link
Mannequin

ubershmekel mannequin commented Nov 20, 2009

BPO 7363
Nosy @birkenfeld, @bitdancer
Files
  • 3-spaces-udp-server.patch: patch generated off py3k to fix indentation
  • 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/birkenfeld'
    closed_at = <Date 2009-11-20.13:32:52.793>
    created_at = <Date 2009-11-20.00:35:29.406>
    labels = ['type-bug', 'docs']
    title = 'Inconsistent indentation in SocketServer docs'
    updated_at = <Date 2009-11-20.13:32:52.765>
    user = 'https://bugs.python.org/ubershmekel'

    bugs.python.org fields:

    activity = <Date 2009-11-20.13:32:52.765>
    actor = 'r.david.murray'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2009-11-20.13:32:52.793>
    closer = 'r.david.murray'
    components = ['Documentation']
    creation = <Date 2009-11-20.00:35:29.406>
    creator = 'ubershmekel'
    dependencies = []
    files = ['15366']
    hgrepos = []
    issue_num = 7363
    keywords = ['patch']
    message_count = 2.0
    messages = ['95517', '95540']
    nosy_count = 3.0
    nosy_names = ['georg.brandl', 'r.david.murray', 'ubershmekel']
    pr_nums = []
    priority = 'low'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue7363'
    versions = ['Python 2.6', 'Python 3.1', 'Python 2.7', 'Python 3.2']

    @ubershmekel
    Copy link
    Mannequin Author

    ubershmekel mannequin commented Nov 20, 2009

    A bit nitpicky but there are 3 spaces instead of 4 in the docs. This is
    relevant to py3k and trunk.

    http://docs.python.org/library/socketserver.html#socketserver-udpserver-
    example

    @ubershmekel ubershmekel mannequin assigned birkenfeld Nov 20, 2009
    @ubershmekel ubershmekel mannequin added the docs Documentation in the Doc dir label Nov 20, 2009
    @ubershmekel ubershmekel mannequin changed the title Inconsisten Indentation In SocketServer Docs Inconsistent indentation in SocketServer docs Nov 20, 2009
    @bitdancer
    Copy link
    Member

    Thanks, fixed in r76430. It'll get to the other doc versions eventually.

    @bitdancer bitdancer added the type-bug An unexpected behavior, bug, or error label Nov 20, 2009
    @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-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants