[issue38143] plistlib: cleanup PEP8 violations

2019-09-12 Thread Julien Palard
Julien Palard added the comment: 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

[issue38143] plistlib: cleanup PEP8 violations

2019-09-12 Thread Jon Janzen
Change by Jon Janzen : -- keywords: +patch pull_requests: +15694 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16074 ___ Python tracker ___ _

[issue38143] plistlib: cleanup PEP8 violations

2019-09-12 Thread Jon Janzen
New submission from Jon Janzen : 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. -- components: Library (Lib) messages: 352221 nosy: bigfoot