[issue35769] IDLE: change new file name from ''Untitled" to "untitled"

2019-01-29 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue35769] IDLE: change new file name from ''Untitled" to "untitled"

2019-01-17 Thread miss-islington
miss-islington added the comment: New changeset 5f9a168a313485791d85250e5bf673b66bd51244 by Miss Islington (bot) in branch '3.7': bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602) https://github.com/python/cpython/commit/5f9a168a313485791d85250e5bf673b66bd5

[issue35769] IDLE: change new file name from ''Untitled" to "untitled"

2019-01-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +11325 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35769] IDLE: change new file name from ''Untitled" to "untitled"

2019-01-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset a902239f22c322d8988c514dd1c724aade3e4ef3 by Terry Jan Reedy in branch 'master': bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602) https://github.com/python/cpython/commit/a902239f22c322d8988c514dd1c724aade3e4e

[issue35769] IDLE: change new file name from ''Untitled" to "untitled"

2019-01-17 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -11324 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35769] IDLE: change new file name from ''Untitled" to "untitled"

2019-01-17 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch, patch pull_requests: +11323, 11324 stage: commit review -> patch review ___ Python tracker ___ _

[issue35769] IDLE: change new file name from ''Untitled" to "untitled"

2019-01-17 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +11323 stage: commit review -> patch review ___ Python tracker ___ ___

[issue35769] IDLE: change new file name from ''Untitled" to "untitled"

2019-01-17 Thread Terry J. Reedy
New submission from Terry J. Reedy : Conform to PEP 8. -- assignee: terry.reedy components: IDLE messages: 333943 nosy: terry.reedy priority: normal severity: normal stage: commit review status: open title: IDLE: change new file name from ''Untitled" to "untitled" type: enhancement ver