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: pep8 asyncore.py
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: liu chang, r.david.murray
Priority: normal Keywords: patch

Created on 2014-12-16 09:41 by liu chang, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pep8-asyncore.patch liu chang, 2014-12-16 09:41 review
Repositories containing patches
https://hg.python.org/cpython
Messages (2)
msg232730 - (view) Author: liu chang (liu chang) * Date: 2014-12-16 09:41
pep8 Lib/asycore.py.
msg232742 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2014-12-16 13:53
Thanks for the effort, but we do not apply PEP8-only patches.  The small improvements in readability do not justify the costs of code churn and the chance of introducing bugs.

(Also, FYI, PEP8 discourages using \ for line continuation.)
History
Date User Action Args
2022-04-11 14:58:11adminsetgithub: 67253
2014-12-16 13:53:18r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg232742

resolution: rejected
stage: resolved
2014-12-16 09:41:22liu changcreate