This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: modify code format of json library for pep7,8
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.9
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: gaoxinge, rhettinger, xtreak
Priority: normal Keywords:

Created on 2020-03-29 02:26 by gaoxinge, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 19212 closed gaoxinge, 2020-03-29 02:26
Messages (2)
msg365243 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2020-03-29 03:31
PEP 8 changes and cosmetic changes PR are discouraged since they will make git history less useful.
msg365244 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2020-03-29 03:32
Sorry, we usually don't accept these kinds of changes.  Minor pep 7 and 8 updates cause code churn, aren't substantive, and are sometimes upto the judgment of the original implementer (for example, whether to add blank lines or whether to put parentheses around an expression.  We usually make little improvements while actually doing substantive work on a module.

Please do continue to contribute and aim your efforts towards fixing real bugs or implementing feature requests.
History
Date User Action Args
2022-04-11 14:59:28adminsetgithub: 84280
2020-03-29 03:32:06rhettingersetstatus: open -> closed

nosy: + rhettinger
messages: + msg365244

resolution: rejected
stage: resolved
2020-03-29 03:31:23xtreaksetnosy: + xtreak
messages: + msg365243
2020-03-29 02:26:49gaoxingecreate