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

BaseHTTPServer writing strings to bytes interface #45688

Closed
janssen mannequin opened this issue Oct 28, 2007 · 4 comments
Closed

BaseHTTPServer writing strings to bytes interface #45688

janssen mannequin opened this issue Oct 28, 2007 · 4 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@janssen
Copy link
Mannequin

janssen mannequin commented Oct 28, 2007

BPO 1347
Nosy @gvanrossum
Files
  • a
  • 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 2007-10-30.18:15:00.375>
    created_at = <Date 2007-10-28.00:06:36.265>
    labels = ['type-bug', 'library']
    title = 'BaseHTTPServer writing strings to bytes interface'
    updated_at = <Date 2008-01-06.22:29:45.489>
    user = 'https://bugs.python.org/janssen'

    bugs.python.org fields:

    activity = <Date 2008-01-06.22:29:45.489>
    actor = 'admin'
    assignee = 'janssen'
    closed = True
    closed_date = <Date 2007-10-30.18:15:00.375>
    closer = 'janssen'
    components = ['Library (Lib)']
    creation = <Date 2007-10-28.00:06:36.265>
    creator = 'janssen'
    dependencies = []
    files = ['8636']
    hgrepos = []
    issue_num = 1347
    keywords = ['patch']
    message_count = 4.0
    messages = ['56868', '56919', '56941', '56970']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'janssen']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue1347'
    versions = ['Python 3.0']

    @janssen
    Copy link
    Mannequin Author

    janssen mannequin commented Oct 28, 2007

    A number of places in the BaseHTTPServer got missed when converting
    between bytes and strings. Here's a patch to fix that.

    @janssen janssen mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Oct 28, 2007
    @gvanrossum
    Copy link
    Member

    Looks good. You can check this in yourself right?

    @janssen
    Copy link
    Mannequin Author

    janssen mannequin commented Oct 29, 2007

    Will do.

    On 10/29/07, Guido van Rossum <report@bugs.python.org> wrote:

    Guido van Rossum added the comment:

    Looks good. You can check this in yourself right?

    ----------
    assignee: -> janssen
    nosy: +gvanrossum
    resolution: -> accepted


    Tracker <report@bugs.python.org>
    <http://bugs.python.org/issue1347\>


    @janssen
    Copy link
    Mannequin Author

    janssen mannequin commented Oct 30, 2007

    Fixed in rev 58718

    @janssen janssen mannequin closed this as completed Oct 30, 2007
    @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
    stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant