Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'exception.': 0.09; 'cc:addr:python-list': 0.11; 'to:addr:web.de': 0.16; 'thanks,': 0.17; 'wrote:': 0.18; 'variable': 0.18; 'help.': 0.21; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'environment': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'but': 0.35; 'received:google.com': 0.35; "didn't": 0.36; 'skip:p 20': 0.39; '2015': 0.84; 'otten': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ka3Wvp8L5aO02k1cFfBSNERXIcmIWv/LWSXKnakbXh0=; b=DfDPrR5KY8XPtYSAt7+BSpAy7nGVOfF+bXfn0CPqknDL/CHoiFJgMLAt71nG5gdpNX +Ru3FlfcYrpbleO80ECAbf2HzNvNK/R1ydJolEsoADoBsw+VBoU6bGhQ8LGjCKjL7Ag1 Kr9xtyOiQo0/QLZlyQfSSa5cYsqp3IGIDKCO2cW1HN0tauN0M8bPpTGeepdbqOwpgAeO aRTBJY/usdP4Eyh/F1j7rK3G0qo4knUsrwq0/TuIQTSmFUSVIIkEeG18xk5bflLtdMfl YbMCQB9AS9GUWs6yy4FnQ8SgsHPYFhzIHu3nRrL8hud7kVM0/MpwBz104R1v3i+zSCy8 kqMw== MIME-Version: 1.0 X-Received: by 10.60.85.38 with SMTP id e6mr7234545oez.65.1422814887994; Sun, 01 Feb 2015 10:21:27 -0800 (PST) In-Reply-To: References: Date: Sun, 1 Feb 2015 12:21:27 -0600 Subject: Re: pydoc3.5 borks on my Mac From: Skip Montanaro To: Peter Otten <__peter__@web.de> Content-Type: text/plain; charset=UTF-8 Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422814896 news.xs4all.nl 2965 [2001:888:2000:d::a6]:40927 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85015 On Sun, Feb 1, 2015 at 11:20 AM, Peter Otten <__peter__@web.de> wrote: > Try setting the environment variable > > PYTHONIOENCODING=UTF-8 Thanks, but that didn't help. I still get the same exception. Skip