Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: Use __repr__ to show the programmer's representation (was: Need help understanding list structure) Date: Tue, 03 May 2016 15:37:24 -0400 Lines: 9 Message-ID: References: <5727CB31.5060309@lucidity.plus.com> <85mvo8gh57.fsf@benfinney.id.au> <221dcc70-39d8-4c9c-8827-8e0bc1ec1fda@googlegroups.com> <85inyvgga8.fsf_-_@benfinney.id.au> <4c15c01e66314265b7251a16c3c3c235@seaexchmbx03.olympus.F5Net.com> <1462304244.1459718.597124625.092579A1@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de +qslEShtTKZHVwOpjjQQAAjsENZm2EiqwIivOPbIEsZQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'msg': 0.07; 'utf-8': 0.07; 'subject:help': 0.07; 'received:internal': 0.09; 'subject: \n ': 0.15; 'message-id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'subject:programmer': 0.16; 'subject:show': 0.16; 'unicode.': 0.16; 'violated': 0.16; 'wrote:': 0.16; 'found,': 0.18; 'library': 0.20; 'sets': 0.23; "haven't": 0.24; 'header:In- Reply-To:1': 0.24; 'subject:list': 0.26; 'error': 0.27; 'subject:skip:u 10': 0.29; 'character': 0.29; 'tue,': 0.34; 'file': 0.34; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'wanted': 0.37; 'received:66': 0.38; 'subject:the': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'header:Message-Id:1': 0.61; 'caused': 0.61; 'subject:Need': 0.61; 'email addr:gmail.com': 0.62; 'export': 0.63 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=RhH94WeahruaCQv5m+xg+zMfh1g=; b=nQJsk/ K7sJ8DSVCeSRgcbtoj9vRyPi94WLbzYouNTtD778CZ9uMbz0rqkYYS7xGffefOmY b8jiE4FLyR3yPboV5Gcwej4btttJ9ztz3H7dSkLB0esRn4jH3mUW5k2QzN9SClJH z3/u2gXfBPpKndMFJXmN9dJdn6B1aQTNWV7Ro= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=RhH94WeahruaCQv 5m+xg+zMfh1g=; b=PeAAHfKbq3KxEUs6mp8Zf/bsqaSgiE2NW3nrofQ+OwIl2He 3mB4pnM3p0d50gjbwSqv+FwDnU++ts3L4wOrmC3a4j5JIujYMg3Y6pK683qE4gd6 5bczEF6vls9TXsTZAolM/q43Ua89T8iN5t25xDr/uT/iJfxzwILexUSm8xSI= X-Sasl-Enc: c480Ms1fZWQRdqOQjoP2qsqQmG+UcI91Ezb2EyvjbTLq 1462304244 X-Mailer: MessagingEngine.com Webmail Interface - ajax-103fcf22 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1462304244.1459718.597124625.092579A1@webmail.messagingengine.com> X-Mailman-Original-References: <5727CB31.5060309@lucidity.plus.com> <85mvo8gh57.fsf@benfinney.id.au> <221dcc70-39d8-4c9c-8827-8e0bc1ec1fda@googlegroups.com> <85inyvgga8.fsf_-_@benfinney.id.au> <4c15c01e66314265b7251a16c3c3c235@seaexchmbx03.olympus.F5Net.com> Xref: csiph.com comp.lang.python:108095 On Tue, May 3, 2016, at 15:24, moa47401@gmail.com wrote: > I also wanted to understand what character set it was returning. I was > giving it a gedcom file with ansel encoding, which is normal. My > genealogy program can also export its database to gedcom using UTF-8 and > Unicode. But both of those character sets caused the gedcom library to > generate an error msg that the file violated GEDCOM format. You haven't said where this library can be found, or what the error message was.