[issue34283] [Windows] Python 2 mishandles console code page after setlocale

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: As this issue is specific to 2.7, I'm closing it. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue34283] [Windows] Python 2 mishandles console code page after setlocale

2018-07-30 Thread Steve Dower
Change by Steve Dower : -- nosy: -steve.dower ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue34283] [Windows] Python 2 mishandles console code page after setlocale

2018-07-30 Thread Steve Dower
Steve Dower added the comment: I have no intention of changing how encodings work in 2.7. Use codecs.open if you want to specify text IO encoding. Someone else may be willing to look at it. -- ___ Python tracker

[issue34283] [Windows] Python 2 mishandles console code page after setlocale

2018-07-30 Thread Segev Finer
Change by Segev Finer : -- title: Python 2 mishandles console code page after setlocale -> [Windows] Python 2 mishandles console code page after setlocale ___ Python tracker _