[issue40099] modify code format of json library for pep7,8

Raymond Hettinger report at bugs.python.org
Sat Mar 28 23:32:06 EDT 2020


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

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.

----------
nosy: +rhettinger
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40099>
_______________________________________


More information about the Python-bugs-list mailing list