Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #35756

Re: Facing issue with Python loggin logger for printing object value

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 <rosuav@gmail.com>
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 <CAJ2vgs5j3+HYNWBd-3BN6p9hyDMG_5MmOrCKfodcMNzTg-OQUg@mail.gmail.com>
References <CAJ2vgs6aDNFfrm+F7fRrBiE10naNQRKW_dwVGzM8BxCR9ws3Kw@mail.gmail.com> <50DF1D48.2060507@davea.name> <CAJ2vgs5j3+HYNWBd-3BN6p9hyDMG_5MmOrCKfodcMNzTg-OQUg@mail.gmail.com>
Date Sun, 30 Dec 2012 03:59:58 +1100
Subject Re: Facing issue with Python loggin logger for printing object value
From Chris Angelico <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1430.1356800407.29569.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Sun, Dec 30, 2012 at 3:54 AM, Morten Engvoldsen <mortenengv@gmail.com> 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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Facing issue with Python loggin logger for printing object value Chris Angelico <rosuav@gmail.com> - 2012-12-30 03:59 +1100

csiph-web