[issue42578] Add tip when encountering UnicodeDecode/EncodeError in open()

2021-04-13 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue42578] Add tip when encountering UnicodeDecode/EncodeError in open()

2021-03-15 Thread Inada Naoki
Inada Naoki added the comment: PEP 597 is accepted. May I close this? -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue42578] Add tip when encountering UnicodeDecode/EncodeError in open()

2020-12-07 Thread Inada Naoki
Inada Naoki added the comment: How do you think about PEP-597? https://www.python.org/dev/peps/pep-0597/ -- nosy: +methane ___ Python tracker ___ _

[issue42578] Add tip when encountering UnicodeDecode/EncodeError in open()

2020-12-05 Thread Steven D'Aprano
Steven D'Aprano added the comment: "Maybe a helpful tip can be added to the error message." What sort of helpful tip do you have in mind? Remember that the error doesn't occur when the file is opened, but some time later. -- nosy: +steven.daprano ___

[issue42578] Add tip when encountering UnicodeDecode/EncodeError in open()

2020-12-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 4 of 5 linked questions do not have relation to open(). Half of them are Python 2 specific, and other half is Windows specific and should be fixed in recent Python releases on new Windows. -- nosy: +serhiy.storchaka ___

[issue42578] Add tip when encountering UnicodeDecode/EncodeError in open()

2020-12-05 Thread wyz23x2
Change by wyz23x2 : -- title: Add tip when encountering UnicodeDecode/Encode Error in open() -> Add tip when encountering UnicodeDecode/EncodeError in open() ___ Python tracker __