Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-39377: json: Update doc about the encoding option. #18076
Conversation
I have a couple of minor grammar suggestions. Other than that, LGTM. |
Python 3.1, it was deprecated and ignored. And using it was emitting | ||
:exc:`DeprecationWarning` since Python 3.8. |
This comment has been minimized.
This comment has been minimized.
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.
This comment has been minimized.
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.
This comment has been minimized.
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>
This comment has been minimized.
This comment has been minimized.
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 |
This comment has been minimized.
This comment has been minimized.
@ammaraskar Do you mean, I don't do it in this pull request? |
This comment has been minimized.
This comment has been minimized.
Oh sorry, my mistake, it is in the right place. |
LGTM with Kyle's suggestion. |
methane commentedJan 20, 2020
•
edited by bedevere-bot
https://bugs.python.org/issue39377