Re: [Python-Dev] cpython: Issue #16416: OS data are now always encoded/decoded to/from
2 views
Skip to first unread message
Antoine Pitrou
unread,
Nov 12, 2012, 5:08:59 PM11/12/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pytho...@python.org
On Mon, 12 Nov 2012 23:03:45 +0100 (CET)
victor.stinner <python-...@python.org> wrote:
>
> +- Issue #16416: OS data are now always encoded/decoded to/from
> + UTF-8/surrogateescape, instead of the locale encoding (which may be ASCII if
> + no locale environment variable is set), to avoid inconsistencies with
> + os.fsencode() and os.fsdecode() functions which are already using
> + UTF-8/surrogateescape.