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: IDLE should not save trailing whitespace after strip trailing whitespace has been used
Type: behavior Stage:
Components: IDLE Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: rhprogrammer, roger.serwy, terry.reedy
Priority: normal Keywords:

Created on 2010-07-03 17:59 by rhprogrammer, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg109186 - (view) Author: Ryan Hodin (rhprogrammer) Date: 2010-07-03 17:59
I commonly use IDLE to create very large files. this annoys me a little, but it takes up hard disk space and is unnessesary
msg109817 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2010-07-10 05:17
Please explain " after strip trailing whitespace has been used". I use IDLE but do not understand. Give a simple, reproducible example of something you do, the result, what you expected different, and why you expected different.

Also, use a shorter title and explain in the message. This one cannot be read without selecting and fiddling with the mouse.
msg150051 - (view) Author: Roger Serwy (roger.serwy) * (Python committer) Date: 2011-12-21 23:01
Is this still an issue?
msg158291 - (view) Author: Roger Serwy (roger.serwy) * (Python committer) Date: 2012-04-14 22:12
Ryan, is this still an issue?
msg159344 - (view) Author: Roger Serwy (roger.serwy) * (Python committer) Date: 2012-04-26 00:20
Closing this issue. Strip trailing whitespace works for me.
History
Date User Action Args
2022-04-11 14:57:03adminsetgithub: 53396
2012-04-26 00:20:28roger.serwysetstatus: pending -> closed
resolution: works for me
messages: + msg159344
2012-04-14 22:12:44roger.serwysetstatus: open -> pending

messages: + msg158291
versions: - Python 2.6
2011-12-21 23:01:06roger.serwysetmessages: + msg150051
2011-10-14 19:14:15roger.serwysetnosy: + roger.serwy
2010-07-10 05:17:40terry.reedysetnosy: + terry.reedy
messages: + msg109817
2010-07-03 17:59:04rhprogrammercreate