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

2020-03-28 Thread Raymond Hettinger
Raymond Hettinger 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

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

2020-03-28 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : PEP 8 changes and cosmetic changes PR are discouraged since they will make git history less useful. -- nosy: +xtreak ___ Python tracker

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

2020-03-28 Thread gaoxinge
Change by gaoxinge : -- components: Library (Lib) nosy: gaoxinge priority: normal pull_requests: 18575 severity: normal status: open title: modify code format of json library for pep7,8 type: enhancement versions: Python 3.9 ___ Python tracker