[issue32837] IDLE: require encoding argument for textview.view_file

2018-02-12 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue32837] IDLE: require encoding argument for textview.view_file

2018-02-12 Thread miss-islington
miss-islington added the comment: New changeset 9fad857444d90b9c6c36c31f5f07e57f390a70f2 by Miss Islington (bot) in branch '3.6': bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) https://github.com/python/cpython/commit/9fad857444d90b9c6c36c31f5f07e57f390a70f2 --

[issue32837] IDLE: require encoding argument for textview.view_file

2018-02-12 Thread miss-islington
miss-islington added the comment: New changeset 65c32bbe85862ab5eb52a0d4340e844e13d0f7ee by Miss Islington (bot) in branch '3.7': bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) https://github.com/python/cpython/commit/65c32bbe85862ab5eb52a0d4340e844e13d0f7ee --

[issue32837] IDLE: require encoding argument for textview.view_file

2018-02-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +5449 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32837] IDLE: require encoding argument for textview.view_file

2018-02-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +5448 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue32837] IDLE: require encoding argument for textview.view_file

2018-02-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 688722cedd6437910ff185ecf94fb3b749ad37f2 by Terry Jan Reedy in branch 'master': bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) https://github.com/python/cpython/commit/688722cedd6437910ff185ecf94fb3b749ad37f2

[issue32837] IDLE: require encoding argument for textview.view_file

2018-02-12 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +5447 stage: commit review -> patch review ___ Python tracker ___ ___ P

[issue32837] IDLE: require encoding argument for textview.view_file

2018-02-12 Thread Terry J. Reedy
New submission from Terry J. Reedy : Built-in open has an encoding parameter whose default value depends on the system: 'ascii' for some POSIX locales; 'latin1' or similar for most Windows sold in the USA or western Europe; and ???. In idlelib.textview, the signature for view_file currently i