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

Distutils register command creates non-standard multipart data #74798

Closed
kb-1000 mannequin opened this issue Jun 9, 2017 · 4 comments
Closed

Distutils register command creates non-standard multipart data #74798

kb-1000 mannequin opened this issue Jun 9, 2017 · 4 comments
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@kb-1000
Copy link
Mannequin

kb-1000 mannequin commented Jun 9, 2017

BPO 30613
Nosy @merwok, @zooba, @dstufft, @kb-1000
PRs
  • bpo-30613: Fix that the distutils register command generates invalid HTTP multipart data #6596
  • 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 2021-02-03.18:19:26.731>
    created_at = <Date 2017-06-09.11:55:25.942>
    labels = ['3.7', 'type-bug', 'library']
    title = 'Distutils register command creates non-standard multipart data'
    updated_at = <Date 2021-02-03.18:19:26.731>
    user = 'https://github.com/kb-1000'

    bugs.python.org fields:

    activity = <Date 2021-02-03.18:19:26.731>
    actor = 'steve.dower'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-02-03.18:19:26.731>
    closer = 'steve.dower'
    components = ['Distutils']
    creation = <Date 2017-06-09.11:55:25.942>
    creator = 'kb1000'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30613
    keywords = ['patch']
    message_count = 4.0
    messages = ['295518', '315745', '315747', '386335']
    nosy_count = 4.0
    nosy_names = ['eric.araujo', 'steve.dower', 'dstufft', 'kb1000']
    pr_nums = ['6596']
    priority = 'normal'
    resolution = 'out of date'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue30613'
    versions = ['Python 3.3', 'Python 3.4', 'Python 3.5', 'Python 3.6', 'Python 3.7']

    @kb-1000
    Copy link
    Mannequin Author

    kb-1000 mannequin commented Jun 9, 2017

    It is using b"\n" newline instead of b"\r\n".

    @kb-1000 kb-1000 mannequin added 3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Jun 9, 2017
    @merwok
    Copy link
    Member

    merwok commented Apr 25, 2018

    I think this is a duplicate, could you search existing bugs?

    But given bpo-33071 , is this still relevant?

    @kb-1000
    Copy link
    Mannequin Author

    kb-1000 mannequin commented Apr 25, 2018

    Yes, I think it's relevant,

    "not require register anymore, although other package indexes might"

    This means other package indexes are required to be able to parse this HTTP. That's not good and has lead to workarounds (chishop for example= which might change the long-description in the body.
    And it seems like the command hasn't changed since I developed the patch (around 10 months ago).

    @zooba
    Copy link
    Member

    zooba commented Feb 3, 2021

    Distutils is now deprecated (see PEP-632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils.

    If this issue does not relate to distutils, please remove the component and reopen it. If you believe it still requires a fix, most likely the issue should be re-reported at https://github.com/pypa/setuptools

    @zooba zooba closed this as completed Feb 3, 2021
    @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
    3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants