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

Deprecate to_str #3298

Closed
wants to merge 1 commit into from
Closed

Conversation

kasteph
Copy link
Member

@kasteph kasteph commented Oct 27, 2020

Relates-to: #3318

@kasteph kasteph requested a review from a team October 27, 2020 20:27
else:
method = "decode"

encodings = ["utf-8", "latin1", "ascii"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we handle this via str(x, encoding=encoding)? We should add a test case for PyPI repositories that evalueatets this.

@kasteph
Copy link
Member Author

kasteph commented Nov 24, 2020

Closing for #3405

@kasteph kasteph closed this Nov 24, 2020
@kasteph kasteph deleted the deprecate-to-str branch November 24, 2020 12:47
@abn
Copy link
Member

abn commented Nov 24, 2020

@stephsamson #3405 did not remove the method though right? I think we still need to remove encode/decode/to_str in a separate change.

Copy link

github-actions bot commented Mar 1, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants