[issue35051] Fix pep8 on Lib/turtledemo module

2018-10-24 Thread Brett Cannon
Change by Brett Cannon : -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue35051] Fix pep8 on Lib/turtledemo module

2018-10-23 Thread Raymond Hettinger
Raymond Hettinger added the comment: > So, do you recommend me close the pr? Yes, please. -- nosy: +rhettinger ___ Python tracker ___

[issue35051] Fix pep8 on Lib/turtledemo module

2018-10-23 Thread Emmanuel Arias
Emmanuel Arias added the comment: So, do you recommend me close the pr? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35051] Fix pep8 on Lib/turtledemo module

2018-10-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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. -- nosy: +serhiy.storchaka ___ Python tracker _

[issue35051] Fix pep8 on Lib/turtledemo module

2018-10-23 Thread Emmanuel Arias
Change by Emmanuel Arias : -- keywords: +patch pull_requests: +9396 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue35051] Fix pep8 on Lib/turtledemo module

2018-10-23 Thread Emmanuel Arias
New submission from Emmanuel Arias : This issue is related to #35039 Fix pep8. See comments on https://github.com/python/cpython/pull/10044 -- components: Library (Lib) messages: 328316 nosy: eamanu, thatiparthy priority: normal severity: normal status: open title: Fix pep8 on Lib/tur