Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85024 > unrolled thread

Re: pydoc3.5 borks on my Mac

Started bySkip Montanaro <skip.montanaro@gmail.com>
First post2015-02-01 14:17 -0600
Last post2015-02-01 14:17 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: pydoc3.5 borks on my Mac Skip Montanaro <skip.montanaro@gmail.com> - 2015-02-01 14:17 -0600

#85024 — Re: pydoc3.5 borks on my Mac

FromSkip Montanaro <skip.montanaro@gmail.com>
Date2015-02-01 14:17 -0600
SubjectRe: pydoc3.5 borks on my Mac
Message-ID<mailman.18374.1422821868.18130.python-list@python.org>
On Sun, Feb 1, 2015 at 1:35 PM, Peter Otten <__peter__@web.de> wrote:
> $ LANG=en_US.UTF-8 python3 -c 'import locale; print(locale.getpreferredencoding(False))'

Aha!

hgpython% LANG=en_US.UTF-8 python3.5 -c 'import locale;
print(locale.getpreferredencoding(False))'
UTF-8
hgpython% LANG=en_US.utf8 python3.5 -c 'import locale;
print(locale.getpreferredencoding(False))'
US-ASCII

Thank you. I always thought these Unicode encodings were supposed to
be case-insensitive.

Skip

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web