[issue31462] Remove trailing whitespaces

2017-09-14 Thread Terry J. Reedy

Terry J. Reedy added the comment:


New changeset 93d5f91fff5740b463980797a04f3d5f1d5f1a51 by Terry Jan Reedy in 
branch '3.6':
[3.6] bpo-31462: IDLE - remove trailing whitespaces (GH-3564) (#3594)
https://github.com/python/cpython/commit/93d5f91fff5740b463980797a04f3d5f1d5f1a51


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31462] Remove trailing whitespaces

2017-09-14 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
pull_requests: +3585

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31462] Remove trailing whitespaces

2017-09-14 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

Usually we don't backport such kind of changes. And I afraid that 
cherry-picking would be with many conflicts, because many changes are in new 
code. The idlelib changes are more harmless, since they are in text files.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31462] Remove trailing whitespaces

2017-09-14 Thread Terry J. Reedy

Terry J. Reedy added the comment:

I plan to backport the idlelib changes.  Do you prefer than I try to include 
other files (by using cherry-pick) or only do idlelib (probably much easier)?

--
nosy: +terry.reedy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31462] Remove trailing whitespaces

2017-09-14 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31462] Remove trailing whitespaces

2017-09-14 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:


New changeset 13ad3b7a82bf56d803fbe48ee5df6c4b08986c78 by Serhiy Storchaka in 
branch 'master':
bpo-31462: Remove trailing whitespaces. (#3564)
https://github.com/python/cpython/commit/13ad3b7a82bf56d803fbe48ee5df6c4b08986c78


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31462] Remove trailing whitespaces

2017-09-13 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
keywords: +patch
pull_requests: +3553

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31462] Remove trailing whitespaces

2017-09-13 Thread Serhiy Storchaka

New submission from Serhiy Storchaka:

Proposed PR removes trailing whitespaces from CPython source files. Some of 
them were added since the last trailing whitespaces removing. Some text files 
were omitted in previous trailing whitespaces removings. Now I consider them 
safe to cleanup.

--
messages: 302140
nosy: benjamin.peterson, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Remove trailing whitespaces
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com