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: plistlib: cleanup PEP8 violations
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.9
process
Status: closed Resolution: later
Dependencies: Superseder:
Assigned To: Nosy List: bigfootjon, mdk, ned.deily, ronaldoussoren
Priority: normal Keywords: patch

Created on 2019-09-12 17:40 by bigfootjon, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 16074 closed bigfootjon, 2019-09-12 17:41
Messages (2)
msg352221 - (view) Author: Jon Janzen (bigfootjon) * Date: 2019-09-12 17:40
There are a series of PEP8 violations in plistlib.

Most of them are spacing issues, a few naming issues, and also some unused function parameters and unused imports that can be done away with.
msg352225 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2019-09-12 19:09
Hi Jon, thanks for trying to enhance Python.

You should start by reading the devguide [1]. We'd like to enhance the style and may or may not do it in the future, but if we do I'll be all in the single conmit, and I bet using black. We do not accept such small changes because they mess with got history (blame mainly).

[1]: https://devguide.python.org

Excuse my short message, sent from my phone.
History
Date User Action Args
2022-04-11 14:59:20adminsetgithub: 82324
2019-09-12 19:09:14mdksetstatus: open -> closed

nosy: + mdk
messages: + msg352225

resolution: later
stage: patch review -> resolved
2019-09-12 17:41:04bigfootjonsetkeywords: + patch
stage: patch review
pull_requests: + pull_request15694
2019-09-12 17:40:30bigfootjoncreate