Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dput
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • DebianDebian
  • dput
  • Merge requests
  • !3

Fix authenticated HTTP uploads in recent Python3

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Mathieu Parent requested to merge http_authenticated_upload into main Dec 31, 2020
  • Overview 7
  • Commits 1
  • Pipelines 0
  • Changes 1

Closes: https://bugs.debian.org/944194

get_full_url() was changed to full_url by https://github.com/python/cpython/commit/6c5e28c383bf587f80d01e52f887801be200200d (3.1).

headers.get() was changed to get_header() by https://github.com/python/cpython/commit/783737625d1f06f78b53eee6331d2f428ffe4d27 (3.4)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: http_authenticated_upload