[issue28675] about PEP 528 / PEP 529

2016-12-28 Thread Steve Dower
Changes by Steve Dower : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___

[issue28675] about PEP 528 / PEP 529

2016-11-12 Thread Steve Dower
Steve Dower added the comment: Those are redirecting stdin and stdout from the real console to their own handlers, so they are responsible for setting the encoding. Both of those examples are able to fix the encoding issues whenever they like - assuming their GUI toolkits can handle it. The

[issue28675] about PEP 528 / PEP 529

2016-11-12 Thread Big Stone
Big Stone added the comment: same un-effect in Qtconsole, I'm disappointed. Maybe I mis-understood what these PEP would bring ? -- Added file: http://bugs.python.org/file45464/pep_528-529_where_are_you_you.PNG ___ Python tracker

[issue28675] about PEP 528 / PEP 529

2016-11-12 Thread Big Stone
New submission from Big Stone: Hi, if possible a few words of explanation to implement it may be helpfull, as I don't see the difference yet, in the typical case where it was not good before: https://cloud.githubusercontent.com/assets/4312421/20240181/5bf917fe-a912-11e6-95e8-e65fcb9a8845.PNG