Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'encoding': 0.05; 'true,': 0.05; 'subject:Python': 0.06; 'encoded': 0.07; 'indexing': 0.07; 'string': 0.09; 'bytes,': 0.09; 'bytes.': 0.09; 'character,': 0.09; 'properly.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'jan': 0.12; 'flurry': 0.16; 'really?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'slicing)': 0.16; 'thereby': 0.16; 'troll': 0.16; 'index': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'properly': 0.19; 'appears': 0.22; 'header:User- Agent:1': 0.23; 'aspect': 0.24; 'byte': 0.24; 'bytes': 0.24; 'removed.': 0.24; 'replace': 0.24; 'unicode': 0.24; 'question': 0.24; 'posts': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'appear': 0.29; 'correct': 0.29; 'am,': 0.29; 'character': 0.29; 'characters': 0.30; 'said,': 0.30; "i'm": 0.30; 'code': 0.31; '(on': 0.31; '(usually': 0.31; '>>>>': 0.31; 'assert': 0.31; 'post.': 0.31; 'another': 0.32; 'text': 0.33; 'not.': 0.33; 'subject: (': 0.35; 'but': 0.35; 'belong': 0.36; 'similar': 0.36; 'unit': 0.37; 'wrong': 0.37; 'sometimes': 0.38; 'depends': 0.38; 'nov': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'previous': 0.38; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'even': 0.60; 'skip:u 10': 0.60; 'truly': 0.60; 'units': 0.60; 'received:173': 0.61; 'email addr:gmail.com': 0.63; 'happen': 0.63; 'more': 0.64; 'afraid': 0.65; 'subjectcharset:utf-8': 0.72; 'fourth': 0.84; 'received:fios.verizon.net': 0.84; 'stir': 0.84; 'understand,': 0.84; 'subject::': 0.85; '2013,': 0.91; 'responses': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Mistake or Troll (was Re: =?UTF-8?B?J1N0cmHDn2UnICgnU3RyYXNzZScp?= =?UTF-8?B?IGFuZCBQeXRob24gMik=?= Date: Mon, 13 Jan 2014 18:05:04 -0500 References: <30dfa6f1-61b2-49b8-bc65-5fd18d498c38@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Gmane-NNTP-Posting-Host: pool-173-75-254-207.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: 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: 62 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389654325 news.xs4all.nl 2912 [2001:888:2000:d::a6]:55001 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63866 On 1/13/2014 4:54 AM, wxjmfauth@gmail.com wrote: > I'm afraid I'm understanding Python (on this > aspect very well). Really? > Do you belong to this group of people who are naively > writing wrong Python code (usually not properly working) > during more than a decade? To me, the important question is whether this and previous similar posts = are intentional trolls designed to stir up the flurry of responses they=20 get or 'innocently' misleading or even erroneous. If your claim of=20 understanding Python and Unicode is true, then this must be a troll=20 post. Either way, please desist, or your access to python-list from=20 google-groups may be removed. > '=C3=9F' is the the fourth character in that text "Stra=C3=9Fe" > (base index 0). As others have said, in the *unicode text "Stra=C3=9Fe", '=C3=9F' is the = fifth=20 character, at character index 4, ... > This assertions are correct (byte string and unicode). whereas, when the text is encoded into bytes, the byte index depends on=20 the encoding and the assertion that it is always 4 is incorrect. Did you = know this or were you truly ignorant? >>>> sys.version > '2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)]' >>>> assert 'Stra=C3=9Fe'[4] =3D=3D '=C3=9F' Sometimes true, sometimes not. >>>> assert u'Stra=C3=9Fe'[4] =3D=3D u'=C3=9F' > PS Nothing to do with Py2/Py3. This issue has everything to do with Py2, where 'Stra=C3=9Fe' is encoded = bytes, versus Py3, where 'Stra=C3=9Fe' is unicode text where each charact= er=20 of that word takes one code unit, whether each is 2 bytes or 4 bytes. If you replace '=C3=9F' with any astral (non-BMP) character, this issue=20 appears even for unicode text in 3.2-, where an astral character=20 requires 2, not 1, code units on narrow builds, thereby screwing up=20 indexing, just as can happen for encoded bytes. In 3.3+, all characters=20 use 1 code unit and indexing (and slicing) always works properly. This=20 is another unicode issue where you appear not to understand, but might=20 just be trolling. --=20 Terry Jan Reedy