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

FIX: remove legacy API #74

Merged
merged 1 commit into from
Jul 13, 2024
Merged

Conversation

sabonerune
Copy link
Contributor

Remove legacy APIs from __init__.py.

gh-95299: Do not pre-install setuptools in virtual environments created with venv. This means that distutils, setuptools, pkg_resources, and easy_install will no longer available by default; to access these run pip install setuptools in the activated virtual environment.

  • Remove six.

  • Replace urlretrieve with urlopen.
    There is no name to give desc since it uses a TemporaryFile().

@r9y9 r9y9 merged commit a4f5e69 into r9y9:master Jul 13, 2024
0 of 6 checks passed
@sabonerune sabonerune deleted the fix/remove-legacy-api branch July 14, 2024 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants