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

EnvBuilder.upgrade_dependencies() does not exist on 3.8 #83109

Closed
uranusjr mannequin opened this issue Nov 27, 2019 · 3 comments
Closed

EnvBuilder.upgrade_dependencies() does not exist on 3.8 #83109

uranusjr mannequin opened this issue Nov 27, 2019 · 3 comments
Labels
3.8 only security fixes docs Documentation in the Doc dir

Comments

@uranusjr
Copy link
Mannequin

uranusjr mannequin commented Nov 27, 2019

BPO 38928
Nosy @vsajip, @uranusjr
PRs
  • bpo-38928: Fix versionadded for venv's upgrade deps function #17404
  • [3.8] Remove upgrade_dependencies() from venv doc (bpo-38928) #17410
  • 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 2019-11-28.15:45:41.637>
    created_at = <Date 2019-11-27.09:33:24.143>
    labels = ['3.8', 'docs']
    title = 'EnvBuilder.upgrade_dependencies() does not exist on 3.8'
    updated_at = <Date 2019-11-28.15:45:41.636>
    user = 'https://github.com/uranusjr'

    bugs.python.org fields:

    activity = <Date 2019-11-28.15:45:41.636>
    actor = 'vinay.sajip'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2019-11-28.15:45:41.637>
    closer = 'vinay.sajip'
    components = ['Documentation']
    creation = <Date 2019-11-27.09:33:24.143>
    creator = 'uranusjr'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38928
    keywords = ['patch']
    message_count = 3.0
    messages = ['357563', '357584', '357618']
    nosy_count = 3.0
    nosy_names = ['vinay.sajip', 'docs@python', 'uranusjr']
    pr_nums = ['17404', '17410']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue38928'
    versions = ['Python 3.8']

    @uranusjr
    Copy link
    Mannequin Author

    uranusjr mannequin commented Nov 27, 2019

    The documentation says it is new in 3.8, but in reality it is not present until 3.9.

    https://docs.python.org/3/library/venv.html#venv.EnvBuilder.upgrade_dependencies

    @uranusjr uranusjr mannequin added the 3.8 only security fixes label Nov 27, 2019
    @uranusjr uranusjr mannequin assigned docspython Nov 27, 2019
    @uranusjr uranusjr mannequin added the docs Documentation in the Doc dir label Nov 27, 2019
    @vsajip
    Copy link
    Member

    vsajip commented Nov 27, 2019

    New changeset 045d4e2 by Vinay Sajip (Tzu-ping Chung) in branch 'master':
    bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404)
    045d4e2

    @vsajip
    Copy link
    Member

    vsajip commented Nov 28, 2019

    New changeset 18d8edb by Vinay Sajip (Tzu-ping Chung) in branch '3.8':
    bpo-38928: Remove upgrade_dependencies() from venv doc (GH-17410)
    18d8edb

    @vsajip vsajip closed this as completed Nov 28, 2019
    @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.8 only security fixes docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant