Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42882
| 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 | <davea@davea.name> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.108 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.80; '*S*': 0.02; 'constructor': 0.09; 'method,': 0.09; '10:49': 0.16; 'subject:questions': 0.16; 'applies': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'header:User- Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; "d'aprano": 0.31; 'steven': 0.31; 'text': 0.33; 'common': 0.35; 'but': 0.35; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'you.': 0.62; 'term': 0.63; 'side': 0.67; 'received:74.208': 0.68; 'received:74.208.4.194': 0.84; '2013': 0.98 |
| Date | Fri, 05 Apr 2013 23:22:22 -0400 |
| From | Dave Angel <davea@davea.name> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: a couple of questions: pickling objects and strict types |
| 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> <CAPTjJmqgQEopbmuFAx5RN8P=5zzXM9yADy35s5=+UUp70EUU_Q@mail.gmail.com> |
| In-Reply-To | <CAPTjJmqgQEopbmuFAx5RN8P=5zzXM9yADy35s5=+UUp70EUU_Q@mail.gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Provags-ID | V02:K0:+wi80MjA7ZF52gj/0rypRSGDBDXl5O1vfJ2UehlQ5Qy qLvNS1pS7FzRwcUjpobnZX60aV9w2HKSRbow8lG2Xw3fk963aQ qN9oSEdW78/CS4CLXoweZiG1vwiimntqmagD6YlC2cvlrP2E42 pxcyx/AJPmxUURZk6nk6oOQ+P+MOM5qs/TJW4o+vdN1++yNDdn TkwQ09Nrm57wEXIvZfJFtDw3ockNBN6XVKlBUoyDmrN9piUWKL QygE/536JqG1lLME+CoQ2nM8mrSPq4Ff9Dgv4wMXiILKDBSFt8 5FoImpAgswegpe3PgS9HMTcSvSonhIm4R7ctBf3bo9PX+1jWg= = |
| 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.182.1365218863.3114.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1365218863 news.xs4all.nl 6851 [2001:888:2000:d::a6]:36578 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:42882 |
Show key headers only | View raw
On 04/05/2013 10:49 PM, Chris Angelico wrote: > 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 > But neither term applies to the __init__() method, which is an initializer. The constructor is __new__() -- DaveA
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