Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2.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.060 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.02; 'utf-8': 0.07; 'subject: [': 0.09; 'subject:question': 0.10; 'python': 0.11; 'bug': 0.12; ':-(': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:unicode': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'accidentally': 0.31; 'maybe': 0.34; 'received:google.com': 0.35; "didn't": 0.36; 'should': 0.36; 'nov': 0.38; 'subject:]': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'default': 0.69; 'other.': 0.75; 'day': 0.76; 'nagy': 0.84; 'responding.': 0.84; 'sorry.': 0.91; '2013': 0.98 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 :content-type; bh=rIHiOVbukun/m/fJ0uUdAjFjClS5CG5pgqwr80rWNyg=; b=fZM8avOH0nDsVrRKFjGj15HdOTlJPStWcDVrNZycYf0o3p739H9SFHz1V0W7lLU47m zvn+4/2NsgCQCwzhDEHfpN5wsxhsubODiKT33oFsLD/B2m+PizmoKRJVrGMNvH+UBJdx EOBfyJi3QsoazwZFnHTeAH0VzNplfcBVRoKc2TJUo0I8zDZXUjfiOs7Fi9QhbUAiXL4M AXJLOh45nOnFDF6LM/OzGEMD+AVlEqvd+IBto4nrxVTbvR33nlGQtlNZKcT18yho6PB5 qH0PjOc8z9IDV4p+pZ4sFdh7Nlk7pX7mKLFu6uXx2fUQ1vr35RUTyneMJ96rWfijZOd/ 1/LQ== MIME-Version: 1.0 X-Received: by 10.66.145.40 with SMTP id sr8mr13836523pab.60.1384642083242; Sat, 16 Nov 2013 14:48:03 -0800 (PST) In-Reply-To: <5287E752.1090106@shopzeus.com> References: <5287C3B2.30807@shopzeus.com> <5287E163.1080800@shopzeus.com> <5287E752.1090106@shopzeus.com> Date: Sun, 17 Nov 2013 09:48:03 +1100 Subject: Re: Beginner python 3 unicode question [SOLVED] From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384642092 news.xs4all.nl 15941 [2001:888:2000:d::a6]:51293 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59667 On Sun, Nov 17, 2013 at 8:44 AM, Laszlo Nagy wrote: > >> >> So is the default utf-8 or not? Should the documentation be updated? Or do >> we have a bug in the interactive shell? >> > It was my fault, sorry. The other program used os.system at some places, and > it accidentally used python2 instead of python 3. :-( Oh! Didn't see this post before responding. Oh well. Maybe someone else one day will make use of the other. :) ChrisA