Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #9151
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <bahamutzero8825@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; '2.7': 0.04; '3.2': 0.05; 'cpython': 0.05; 'pgp': 0.09; 'subject:string': 0.09; 'message-----': 0.12; 'am,': 0.13; 'wrote:': 0.15; '-----begin': 0.16; '-----end': 0.16; '3.2.': 0.16; 'bieber': 0.16; 'docs,': 0.16; 'docs.': 0.16; 'gnupg': 0.16; 'hash:': 0.16; 'nameerror': 0.16; 'py3k': 0.16; 'subject:formatting': 0.16; 'subject:vs.': 0.16; 'thunderbird': 0.16; 'url:enigmail': 0.16; 'url:mozdev': 0.16; 'sections': 0.16; 'comment:': 0.19; 'received:209.85.210.174': 0.19; 'received:mail- iy0-f174.google.com': 0.19; 'maybe': 0.22; 'header:In-Reply-To:1': 0.22; 'though.': 0.23; 'function': 0.26; 'windows': 0.26; 'lee': 0.28; 'skip:a 60': 0.29; 'id:': 0.29; 'version': 0.30; 'installation': 0.30; 'shows': 0.32; 'signed': 0.32; 'message- id:@gmail.com': 0.32; 'to:addr:python-list': 0.34; 'header:User- Agent:1': 0.34; 'file': 0.36; 'but': 0.37; 'using': 0.37; 'received:192': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'received:192.168.1': 0.39; 'version:': 0.39; 'help': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'subject:. ': 0.66; 'dennis': 0.77; '5.0': 0.84; 'skip:w 60': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=H+F1FydzxTtTqQw3D9VZ+HajOPhciLXeYwFFoHWxOFE=; b=asYQGziCSf05w8bQ+4voihPA1Mk2sPayee9ul2xk8S5ZI9LG8JGU+19R2kV8SBGYyU +n1W4nyfdqpYfNi/v4eHuM/JL6LKPq1Qds1D1d709+hwA4i0F6C0fvQkJH88bWPLIWcl ik+3oz3aMQmJKDmW5wNCSsFt3o7CMemscXb5I= |
| Date | Sun, 10 Jul 2011 01:15:52 -0500 |
| From | Andrew Berg <bahamutzero8825@gmail.com> |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 |
| MIME-Version | 1.0 |
| To | "comp.lang.python" <python-list@python.org> |
| Subject | Re: String concatenation vs. string formatting |
| References | <4E17661D.6020307@gmail.com> <loom.20110709T125838-983@post.gmane.org> <4E18CFF8.1060908@gmail.com> <ivb494$mpv$1@dough.gmane.org> <4E191B34.8090100@gmail.com> <ivbesc$5vg$1@dough.gmane.org> |
| In-Reply-To | <ivbesc$5vg$1@dough.gmane.org> |
| X-Enigmail-Version | 1.2 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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.827.1310278561.1164.python-list@python.org> (permalink) |
| Lines | 25 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1310278561 news.xs4all.nl 21755 [2001:888:2000:d::a6]:49847 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:9151 |
Show key headers only | View raw
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 On 2011.07.10 12:55 AM, Dennis Lee Bieber wrote: > Maybe it's been removed, but from the help file for my installation help(file) returns a NameError in 3.2. It shows up as a built-in function in the 2.7 docs, but not in the py3k docs. It's not mentioned in any of the "what's new" sections of the docs for any version since 2.2, though. - -- CPython 3.2 | Windows NT 6.1.7601.17592 | Thunderbird 5.0 PGP/GPG Public Key ID: 0xF88E034060A78FCB -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAwAGBQJOGUOYAAoJEPiOA0Bgp4/LS+oH/iirBETfcYYYtr3kaR/0JPMT iz4eEwCvReiXGdNE/AsIfB7aUCwlNPP+KBr3fq9e8N+a8OvM8pwGcDbYGJd92zxI atujVPZqYFWt8EfJEJBoqEmuofbnNlVdqzDaYFmrxQfXFxv2gl7wyEY1QH/udLt4 oL+zzNLgxMYGWp85Xrf/MLqqWOkp1Yk56m90oyU+DhzGnP15r/1jiQQ7/U6dydkc ZgJ09W7mZ7svOq4+pVG+rOk3UFQKEe3E1XO5nEreRp9KGwWp+qYE9XUCzxv40/Y2 WKUN3G5MJ1GvkdfeeNcf4a08mTNe1wtVJQdtUyBQzZ23eTxN0PqNZXwSkg2OIIg= =9nbT -----END PGP SIGNATURE-----
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: String concatenation vs. string formatting Andrew Berg <bahamutzero8825@gmail.com> - 2011-07-10 01:15 -0500
csiph-web