Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42879
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!news2.euro.net!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.130 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.76; '*S*': 0.01; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:questions': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'text': 0.33; 'received:209.85': 0.35; 'common': 0.35; 'received:google.com': 0.35; 'received:209': 0.37; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'you.': 0.62; 'side': 0.67; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=A/kF2ee7W090yolM0kQQDNXRvZ6rrioTAaDW+mDZ8d0=; b=FgJYQjrnPyxdOuTiZzeJTGHRXLsyEl+2mxFS/d+RxvvdUsolMdFvZhLs1VgynTxsGK uv8BLHnkfCbmoyOU1cEirJqRLvot/XyCbWUq4jhtnAQGBV8BnEP18OxA5hq9D6aIzVwo EE0xcsX7n08f6X0OzWefkFHmo8bko8qoaiM38K3tr+YP7Oe4q5Wjh9OtTpiLTjvuqaFm 3ogzpS3sdkB57383G9WiriXx9u7FXEQnZ5p+DpMOvsjltFIZmdzW4kFWhlcwDRBSvLEq RGcTjvJE1JJ0UOj5j0ZCRvIBF8TNZyXfu4v4f/+8NIvFiJHlnO8M1i4652exT9jmwixS nm6Q== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.15.193 with SMTP id z1mr10121440vec.40.1365216590560; Fri, 05 Apr 2013 19:49:50 -0700 (PDT) |
| In-Reply-To | <515f8a6b$0$29995$c3e8da3$5496439d@news.astraweb.com> |
| References | <mailman.159.1365188823.3114.python-list@python.org> <515f345a$0$29995$c3e8da3$5496439d@news.astraweb.com> <mailman.170.1365207530.3114.python-list@python.org> <515f8a6b$0$29995$c3e8da3$5496439d@news.astraweb.com> |
| Date | Sat, 6 Apr 2013 13:49:50 +1100 |
| Subject | Re: a couple of questions: pickling objects and strict types |
| 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.179.1365216599.3114.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1365216599 news.xs4all.nl 6910 [2001:888:2000:d::a6]:55246 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:42879 |
Show key headers only | View raw
On Sat, Apr 6, 2013 at 1:37 PM, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote: > Did you mean "constructor" rather than C T O R ? Perhaps your voice-to- > text software (if you are using such) misheard you. Side point: "ctor" is a common abbreviation for "constructor". ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
a couple of questions: pickling objects and strict types "Littlefield, Tyler" <tyler@tysdomain.com> - 2013-04-05 12:59 -0600
Re: a couple of questions: pickling objects and strict types John Gordon <gordon@panix.com> - 2013-04-05 19:27 +0000
Re: a couple of questions: pickling objects and strict types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-05 20:30 +0000
Re: a couple of questions: pickling objects and strict types "Littlefield, Tyler" <tyler@tysdomain.com> - 2013-04-05 18:18 -0600
Re: a couple of questions: pickling objects and strict types Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-06 02:37 +0000
Re: a couple of questions: pickling objects and strict types Chris Angelico <rosuav@gmail.com> - 2013-04-06 13:49 +1100
Re: a couple of questions: pickling objects and strict types Dave Angel <davea@davea.name> - 2013-04-05 23:22 -0400
Re: a couple of questions: pickling objects and strict types mblume <foobar@invalid.invalid> - 2013-04-06 10:30 +0000
csiph-web