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.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: <515f345a$0$29995$c3e8da3$5496439d@news.astraweb.com> <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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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