Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'lawrence': 0.09; 'cc:addr :python-list': 0.11; 'dig': 0.16; 'docs.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hrm.': 0.16; 'subject:object': 0.16; 'subject:simple': 0.16; 'subject:type': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; "i've": 0.25; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'went': 0.31; 'beginning': 0.33; "i'd": 0.34; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'subject:" ': 0.39; 'sure': 0.39; 'skip:\xe2 10': 0.65; 'forgotten': 0.91; 'to:none': 0.92 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:cc :content-type:content-transfer-encoding; bh=ZlZcc8LwZUibCJj/n+IJu84GDL+2V0MbK/pZIxr15PA=; b=fFjq80yGnZgiA/I9f/xN4O2QgALApYK+yIunxnWPZ2eS7HIzJM88XqE+EfPEv5M0gC MbxDhRCVy7pZjn7f/+JRdm3eXAtpa2wYAxZMjnr5g7fQf9M3TIhEwyKdm2mkUQD9T2T/ IndaIuSfudKI79629+EMM4ONDEM7Tar5EK4oEVoAVKQQ9IClhbDEXPeAlkPzSb2HA7Xq jUTX7VYuPvw1rDZv5FVzo82S4wiJoWfOQ7bPD2ufUQGmza9/QQP4xCWn9Sl7o5rhClfe CZ4FJWRm5Yg+ex3gPLVUjpsR7zaeRwp3TW8ByyhBky7aJ0PBpWNzdjoEtFsMmGqg3tl1 mxXg== MIME-Version: 1.0 X-Received: by 10.42.216.148 with SMTP id hi20mr18598789icb.12.1407014676009; Sat, 02 Aug 2014 14:24:36 -0700 (PDT) In-Reply-To: References: <7ef67ccc-3fc3-47dd-b858-09ef3b57a497@googlegroups.com> <87r40zmkhr.fsf@elektro.pacujo.net> <53dd0717$0$29973$c3e8da3$5496439d@news.astraweb.com> <70e5f2f1-661f-40f2-bb7a-76e569c4d092@googlegroups.com> Date: Sun, 3 Aug 2014 07:24:35 +1000 Subject: Re: Correct type for a simple "bag of attributes" namespace object From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407014683 news.xs4all.nl 2839 [2001:888:2000:d::a6]:35490 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75551 On Sun, Aug 3, 2014 at 7:16 AM, Mark Lawrence wro= te: > I'd forgotten all about site.py so went to the 3.4.1 docs and found > "Deprecated since version 3.4: Support for the =E2=80=9Csite-python=E2=80= =9D directory will > be removed in 3.5.". > > Plan B? :) Oh. Hrm. I've no idea... but I'm sure there'll be a way to say "execute this at the beginning of an interactive session". Dig in the docs. ChrisA