Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed1.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.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; 'list?': 0.07; 'dec': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'singleton': 0.16; 'subject:issue': 0.16; 'subject:object': 0.16; 'wrote:': 0.17; 'object.': 0.22; 'specifically': 0.24; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'null': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'subject:with': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; '30,': 0.62; 'here': 0.65; 'subject:printing': 0.84; 'subject:value': 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 :content-type; bh=sgMgkfQORrvuiJ3p4XK35iLsKRFYBSJAZkcROzhJqoY=; b=qEoNS+EMrjtr2rgvkhC9tNQqsn+XTHCwbc1HTB3sMbemSzhYDjGUkAJvv1NzRvr2SY PPTKWeEDnIOf6YGKg+57tdmRiZY88blzWtHfuA3X2b3FZQHpGsQFEjGoqVkBgqpgxoQO M2uXfaB8lcaBqCX7zCzkBHsLNI8bjjlKwCy0/CLED5UGltz1mlR5eL+0VsWJXvsbtDSa NeW5TQoIzfvjvT37LFlygklUv/evT6aZFHaRZvJRAlwWpQPrOZKNts8JeR2aLn/hkD43 OTTGJIfbwAy1+DLdtJPo1mDLYyGcLgviHuSfl8LxlnojcpeQBHAOW1Ir+imAYFy1MAhD k/Yg== MIME-Version: 1.0 In-Reply-To: References: <50DF1D48.2060507@davea.name> Date: Sun, 30 Dec 2012 03:59:58 +1100 Subject: Re: Facing issue with Python loggin logger for printing object value 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356800407 news.xs4all.nl 6975 [2001:888:2000:d::a6]:50974 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35756 On Sun, Dec 30, 2012 at 3:54 AM, Morten Engvoldsen wrote: > but here payment_line has null value since it was not able to retrieve > payment line value from the payment object. Specifically what value? Is it an empty string? An empty list? The singleton None? ChrisA