Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75054
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4a.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.023 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'subject:not': 0.03; 'subject:Why': 0.09; 'cc:addr:python-list': 0.11; '23,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'import': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'this:': 0.26; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'done.': 0.35; 'received:google.com': 0.35; 'thanks': 0.36; 'subject:?': 0.36; 'pm,': 0.38; "you're": 0.61; 'jul': 0.74; 'batchelder': 0.84; 'to:none': 0.92 |
| 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:cc :content-type; bh=aCLLk11DEcVx2n9RG7TPK9QBCCgiJ8cDV2gqIXjgfPY=; b=ldtEqsa9nMgKnrggS3Su72gP02Z9XZSEesa9P9NM4Rt/S/tTBW7yzV9IQlp61ISGJk mh2kRUEFtb3XY3/xwhXiqM3xdLuyPSq0y6BTBsh17alnc5R1cHMtNTe9zlDc8iJsc4tZ G3adkBsFDqvSYZZbxkUPZZ/l9CinnDstO75r9hE27EXDTQbhm4VSdaJp5vmJelmojWKH 3cs92dsOL2re5pIIT3pgPV7Y6EjXbOYrsGvn+tQc+9clb6mg2iRMdRQq7pEWYKER+2Sv euIS7/WCwJt3f47fiW2/npRhwykqi0U9saxwKOKhCQNulR4xCqTPqwBHF+OHeQij12V1 /2Mg== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.248.146 with SMTP id ym18mr39509721vdc.8.1406091933270; Tue, 22 Jul 2014 22:05:33 -0700 (PDT) |
| In-Reply-To | <lqn6hg$scp$1@ger.gmane.org> |
| References | <6e09bc9c-d510-4076-b20d-32df796ca59e@googlegroups.com> <CAPTjJmq6_0JL8k0Pyr2Xd8J6S_T2D6KK5ft75s9KOpGmkSrD0A@mail.gmail.com> <lqn6hg$scp$1@ger.gmane.org> |
| Date | Wed, 23 Jul 2014 15:05:33 +1000 |
| Subject | Re: Why does not pprint work? |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.12215.1406091942.18130.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1406091942 news.xs4all.nl 2939 [2001:888:2000:d::a6]:58092 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:75054 |
Show key headers only | View raw
On Wed, Jul 23, 2014 at 12:26 PM, Ned Batchelder <ned@nedbatchelder.com> wrote: >> Ned, if you're reading this: Adding the import would make the post >> clearer. :) > > > Done. Thanks Ned! ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Why does not pprint work? fl <rxjwg98@gmail.com> - 2014-07-22 14:42 -0700
Re: Why does not pprint work? Chris Angelico <rosuav@gmail.com> - 2014-07-23 07:49 +1000
Re: Why does not pprint work? emile <emile@fenx.com> - 2014-07-22 14:51 -0700
Re: Why does not pprint work? fl <rxjwg98@gmail.com> - 2014-07-22 15:05 -0700
Re: Why does not pprint work? emile <emile@fenx.com> - 2014-07-22 15:17 -0700
Re: Why does not pprint work? Chris Angelico <rosuav@gmail.com> - 2014-07-23 08:19 +1000
Re: Why does not pprint work? Chris Kaynor <ckaynor@zindagigames.com> - 2014-07-22 15:22 -0700
Re: Why does not pprint work? Ned Batchelder <ned@nedbatchelder.com> - 2014-07-22 22:26 -0400
Re: Why does not pprint work? Chris Angelico <rosuav@gmail.com> - 2014-07-23 15:05 +1000
Re: Why does not pprint work? robkotenko@gmail.com - 2014-08-03 14:34 -0700
Re: Why does not pprint work? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-03 23:49 +0100
csiph-web