[issue38928] EnvBuilder.upgrade_dependencies() does not exist on 3.8
New submission from Tzu-ping Chung <uranusjr@gmail.com>: 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_dependen... ---------- assignee: docs@python components: Documentation messages: 357563 nosy: docs@python, uranusjr priority: normal severity: normal status: open title: EnvBuilder.upgrade_dependencies() does not exist on 3.8 versions: Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38928> _______________________________________
Change by Tzu-ping Chung <uranusjr@gmail.com>: ---------- keywords: +patch pull_requests: +16884 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17404 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38928> _______________________________________
Change by Brett Cannon <brett@python.org>: ---------- nosy: +vinay.sajip _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38928> _______________________________________
Vinay Sajip <vinay_sajip@yahoo.co.uk> added the comment: New changeset 045d4e243d042638bbbc9479d4f85f6f579ac3ca by Vinay Sajip (Tzu-ping Chung) in branch 'master': bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404) https://github.com/python/cpython/commit/045d4e243d042638bbbc9479d4f85f6f579... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38928> _______________________________________
Change by Tzu-ping Chung <uranusjr@gmail.com>: ---------- pull_requests: +16890 pull_request: https://github.com/python/cpython/pull/17410 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38928> _______________________________________
Vinay Sajip <vinay_sajip@yahoo.co.uk> added the comment: New changeset 18d8edbbb6626ac9cdf1152a720811beb2230b33 by Vinay Sajip (Tzu-ping Chung) in branch '3.8': bpo-38928: Remove upgrade_dependencies() from venv doc (GH-17410) https://github.com/python/cpython/commit/18d8edbbb6626ac9cdf1152a720811beb22... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38928> _______________________________________
Change by Vinay Sajip <vinay_sajip@yahoo.co.uk>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38928> _______________________________________
participants (3)
-
Brett Cannon
-
Tzu-ping Chung
-
Vinay Sajip