commit | 65c32bbe85862ab5eb52a0d4340e844e13d0f7ee | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Feb 12 15:15:01 2018 -0800 |
committer | GitHub <noreply@github.com> | Mon Feb 12 15:15:01 2018 -0800 |
tree | f5eaa9231d665e5739c58462f4b24d0054cf64f9 | |
parent | 74ebbaeb566dc10031756430ec5c896e56d0e491 [diff] |
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) Using the system and place-dependent default encoding for open() is a bad idea for IDLE's system and location-independent files. (cherry picked from commit 688722cedd6437910ff185ecf94fb3b749ad37f2) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>