Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26458
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.031 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'python': 0.09; 'aug': 0.13; 'sat,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'either.': 0.22; 'sorry,': 0.22; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; "i'm": 0.29; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'angel': 0.93 |
| 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=MzzO5O0+EAKwEaz+g56Vn/Cgj3xgwP8Q/d6K7AkqXgw=; b=0MXAK6BMo8ep1ger2nEn30rEpZNiNFm/R7I9mPiH09OFfMmJ3B4faRWLGpG0OejR3a R9Sp+dlVpfYenfw/ol812qYo+E0BFGtVcAra6BKGVAqoN+/7GOS6jWGHn3uM3CQ7D61T g+uFhVEJAH2Ns2eoioCe9e1dD5UaQQZlPQIt+bz3x27tJS1Vck4r+RVZxUVYfnbhlc+R AivRA6iMgU/vZZo3ZxSr+W7PNt9HW3nFwL3OvAhw+6sbajpXkyhebZD2b74DG+RVEYZR nvEBeOWqZsdkvNXAqe5VXfSMK08+wGyH+EBL9Iwe9XOxAiyAM+QkBCug3GbPJ7xGpF9K +f6w== |
| MIME-Version | 1.0 |
| In-Reply-To | <501C4EB1.80003@davea.name> |
| References | <CAMLC9n6ES9CwCE_OqEsnvQJ1gG_2MJEmrkjzQaM7tPQ4-4k0nA@mail.gmail.com> <501A5EAF.9090501@davea.name> <5B80DD153D7D744689F57F4FB69AF4741659DDF5@SCACMX008.exchad.jpmchase.net> <501C4EB1.80003@davea.name> |
| Date | Sat, 4 Aug 2012 08:41:20 +1000 |
| Subject | Re: attribute is accessed from Nonetype |
| 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.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.2919.1344033688.4697.python-list@python.org> (permalink) |
| Lines | 7 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1344033688 news.xs4all.nl 6902 [2001:888:2000:d::a6]:39003 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:26458 |
Show key headers only | View raw
On Sat, Aug 4, 2012 at 8:20 AM, Dave Angel <d@davea.name> wrote: > I'm sorry, what's not clear? Nonetype is not the same as NoneType. > Python is case sensitive. There isn't a NoneType either. I get a NameError. ChrisA
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: attribute is accessed from Nonetype Chris Angelico <rosuav@gmail.com> - 2012-08-04 08:41 +1000 Re: attribute is accessed from Nonetype Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-04 00:23 +0000
csiph-web