[issue33409] Clarify the interaction between locale coercion & UTF-8 mode

2018-06-09 Thread Nick Coghlan
Change by Nick Coghlan : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue33409] Clarify the interaction between locale coercion & UTF-8 mode

2018-06-09 Thread miss-islington
miss-islington added the comment: New changeset dd613cf335d7556e20ef3dd01c3abc081b958449 by Miss Islington (bot) in branch '3.7': bpo-33409: Clarify PEP 538/540 relationship (GH-7534) https://github.com/python/cpython/commit/dd613cf335d7556e20ef3dd01c3abc081b958449 -- nosy:

[issue33409] Clarify the interaction between locale coercion & UTF-8 mode

2018-06-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +7189 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33409] Clarify the interaction between locale coercion & UTF-8 mode

2018-06-09 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 1bcb8a636857e3383d65aaf196f93edb949f2e79 by Nick Coghlan in branch 'master': bpo-33409: Clarify PEP 538/540 relationship (GH-7534) https://github.com/python/cpython/commit/1bcb8a636857e3383d65aaf196f93edb949f2e79 --

[issue33409] Clarify the interaction between locale coercion & UTF-8 mode

2018-06-08 Thread Nick Coghlan
Change by Nick Coghlan : -- keywords: +patch pull_requests: +7172 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue33409] Clarify the interaction between locale coercion & UTF-8 mode

2018-05-28 Thread Nick Coghlan
Nick Coghlan added the comment: I'm aiming for this week, so with the docstring-AST-induced delay I should even meet the original rc1 goal :) -- ___ Python tracker

[issue33409] Clarify the interaction between locale coercion & UTF-8 mode

2018-05-27 Thread Ned Deily
Ned Deily added the comment: Nick, thanks for the notification. I assume this means you are planning to provide one or more updates. If so, any idea when? -- ___ Python tracker

[issue33409] Clarify the interaction between locale coercion & UTF-8 mode

2018-05-27 Thread Nick Coghlan
Nick Coghlan added the comment: Ned, just adding you to the nosy list here, as I don't think this is a release blocker per se (since nothing's actually *broken*), but the current state of the PEP 538/540 docs is such that it isn't going to be clear to most readers why

[issue33409] Clarify the interaction between locale coercion & UTF-8 mode

2018-05-02 Thread Nick Coghlan
New submission from Nick Coghlan : While Victor and I reconciled the respective designs & implementations of PEP 538/540 (with 538 relying on 540 to handle the "No suitable target locale" case, and 540 relying on 538 to handle extension modules like GNU readline), the