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: 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 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: <515f345a$0$29995$c3e8da3$5496439d@news.astraweb.com> <515f8a6b$0$29995$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On 04/05/2013 10:49 PM, Chris Angelico wrote: > On Sat, Apr 6, 2013 at 1:37 PM, Steven D'Aprano > 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