Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85005 > unrolled thread
| Started by | Skip Montanaro <skip.montanaro@gmail.com> |
|---|---|
| First post | 2015-02-01 10:37 -0600 |
| Last post | 2015-02-01 10:37 -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.
Re: pydoc3.5 borks on my Mac Skip Montanaro <skip.montanaro@gmail.com> - 2015-02-01 10:37 -0600
| From | Skip Montanaro <skip.montanaro@gmail.com> |
|---|---|
| Date | 2015-02-01 10:37 -0600 |
| Subject | Re: pydoc3.5 borks on my Mac |
| Message-ID | <mailman.18362.1422808633.18130.python-list@python.org> |
I finally got sort of smart, and started up a pydoc server. Looking at the sqlite3 docs through my browser, I see right off the bat, I see #-*- coding: ISO-8859-1 -*- # pysqlite2/__init__.py: the pysqlite2 package. # # Copyright (C) 2005 Gerhard Häring <gh@ghaering.de> so my challenge is how to tell Python my terminal's encoding? It's clearly assuming ASCII. Mine is actually normally set to UTF-8, but I can select from a number of different encodings in the Preferences. Thx, Skip
Back to top | Article view | comp.lang.python
csiph-web