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

bpo-39377: json: Update doc about the encoding option. #18076

Open
wants to merge 5 commits into
base: master
from

Conversation

@methane
Copy link
Member

methane commented Jan 20, 2020

Copy link
Member

aeros left a comment

I have a couple of minor grammar suggestions. Other than that, LGTM.

Doc/library/json.rst Outdated Show resolved Hide resolved
Python 3.1, it was deprecated and ignored. And using it was emitting
:exc:`DeprecationWarning` since Python 3.8.
Comment on lines 430 to 431

This comment has been minimized.

Copy link
@aeros

aeros Jan 20, 2020

Member
Python 3.1, it was deprecated and ignored. As of Python 3.8, using it
emitted a :exc:`DeprecationWarning`.

This comment has been minimized.

Copy link
@methane

methane Jan 21, 2020

Author Member

I'm not good at English so I don't understand the difference between current sentence and your suggestion.
I just copied upper entry and edit. If I should change "using it was emitting..." to "using it emitted", shoud I change the upper entry too?

This comment has been minimized.

Copy link
@ammaraskar

ammaraskar Jan 21, 2020

Member

Yeah, "emitted" is better since we're talking about a past version. Feel free to change was emitting -> emitted on the entry above as well.

Co-Authored-By: Kyle Stanley <aeros167@gmail.com>
@ammaraskar

This comment has been minimized.

Copy link
Member

ammaraskar commented Jan 21, 2020

As Victor mentioned on the bpo issue, let's also note this in https://github.com/python/cpython/blob/master/Doc/whatsnew/3.9.rst#removed

@methane

This comment has been minimized.

Copy link
Member Author

methane commented Jan 21, 2020

@ammaraskar Do you mean, I don't do it in this pull request?
Am I editing wrong place?

@ammaraskar

This comment has been minimized.

Copy link
Member

ammaraskar commented Jan 21, 2020

Oh sorry, my mistake, it is in the right place.

Copy link
Member

ammaraskar left a comment

LGTM with Kyle's suggestion.

methane added 2 commits Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants
You can’t perform that action at this time.