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: Fix pep8 on Lib/turtledemo module
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: eamanu, rhettinger, serhiy.storchaka, thatiparthy
Priority: normal Keywords: patch

Created on 2018-10-23 13:39 by eamanu, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 10059 closed eamanu, 2018-10-23 13:50
Messages (4)
msg328316 - (view) Author: Emmanuel Arias (eamanu) * Date: 2018-10-23 13:39
This issue is related to #35039
Fix pep8.

See comments on https://github.com/python/cpython/pull/10044
msg328331 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-10-23 19:13
We don't usually do formatting changes like this. We try to make a new code conforming PEP 8, but do not rewrite old code.
msg328343 - (view) Author: Emmanuel Arias (eamanu) * Date: 2018-10-23 20:48
So, do you recommend me close the pr?
msg328352 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2018-10-24 04:18
> So, do you recommend me close the pr?

Yes, please.
History
Date User Action Args
2022-04-11 14:59:07adminsetgithub: 79232
2018-10-24 18:17:11brett.cannonsetstatus: open -> closed
resolution: wont fix
stage: patch review -> resolved
2018-10-24 04:18:31rhettingersetnosy: + rhettinger
messages: + msg328352
2018-10-23 20:48:07eamanusetmessages: + msg328343
2018-10-23 19:13:49serhiy.storchakasetnosy: + serhiy.storchaka
messages: + msg328331
2018-10-23 13:50:52eamanusetkeywords: + patch
stage: patch review
pull_requests: + pull_request9396
2018-10-23 13:39:04eamanucreate