Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'string.': 0.05; 'compiler': 0.07; 'subject: [': 0.09; 'python': 0.11; 'stored': 0.12; '3.3,': 0.16; 'received:74.208.4.195': 0.16; 'subject:versus': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; '3.2': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'itself': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:74.208': 0.68; 'subject:gets': 0.84 Date: Mon, 17 Jun 2013 21:06:57 -0400 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Variables versus name bindings [Re: A certainl part of an if() structure never gets executed.] References: <2bc90d3b-09c2-4315-9357-ff7f039465e0@googlegroups.com> <51bb454c$0$29997$c3e8da3$5496439d@news.astraweb.com> <51beb20c$0$29872$c3e8da3$5496439d@news.astraweb.com> <51bf9714$0$29872$c3e8da3$5496439d@news.astraweb.com> <51bfacd0$0$29872$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: <51bfacd0$0$29872$c3e8da3$5496439d@news.astraweb.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:xIiDoPNpy9yp5G5bRoUHXaMuiHbPrRczJMT9/ggEw51 o0atSUMH3utAxLLJ5byYQf4/ZFPeFt51xh2rNpksrwN+au4QPT PESANfPQBroKz4Xa3GPEzBTCMJjjT6eHKut1abDcR6QQhP+h2n ST3dAsUjWfirUbWHuOzAQwkpSxOxjhvYE09yXvqYcUYgHBZGdw z4tUylWA6i8iLRt0OmBIKYzOMi1OaqL4GsJT0Q81lJ8j3oLo2E 3ncW8xnkZ5B2QHV7qMwrCnBK0B5PoMElJatDvdgbLK/1NNB98j 2QHPLJiUmTObEbLuYGaFCMpPSGr34IwHveBCQP2VgDx1/LobI3 jRgPkLWsxsUsrB1aLkBc= 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371517631 news.xs4all.nl 15952 [2001:888:2000:d::a6]:44459 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48583 On 06/17/2013 08:41 PM, Steven D'Aprano wrote: > > > > In Python 3.2 and older, the data will be either UTF-4 or UTF-8, selected > when the Python compiler itself is compiled. I think that was a typo. Do you perhaps UCS-2 or UCS-4 > In Python 3.3, the data will > be stored in either Latin-1, UTF-4, or UTF-8, depending on the contents > of the string. > > -- DaveA