Remove obsolete comment about latin-1 in normalize_encoding#8739
Merged
gpshead merged 1 commit intopython:masterfrom Sep 11, 2018
Merged
Remove obsolete comment about latin-1 in normalize_encoding#8739gpshead merged 1 commit intopython:masterfrom
normalize_encoding#8739gpshead merged 1 commit intopython:masterfrom
Conversation
This docstring has drifted since python2: https://github.com/python/cpython/blob/ca079a3ea30098aff3197c559a0e32d42dda6d84/Lib/encodings/__init__.py#L68
Contributor
|
Hello @asottile I don't know if is necessary but the bot say that you have to add a new entry on Misc/NEWS. But for me the change is Ok |
eamanu
approved these changes
Aug 12, 2018
Contributor
Author
gpshead
approved these changes
Sep 11, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This docstring has drifted since python2:
cpython/Lib/encodings/__init__.py
Line 68 in ca079a3