Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!137.226.231.214.MISMATCH!newsfeed.fsmpi.rwth-aachen.de!newsfeed.kamp.net!newsfeed.kamp.net!newsfeed.freenet.ag!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.103 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.79; '*S*': 0.00; 'url:blog': 0.09; 'python': 0.09; 'manuel': 0.09; 'url:archive': 0.09; '24,': 0.16; 'adam': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'machine': 0.24; 'least': 0.25; 'header:In-Reply- To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'url:2008': 0.29; "i'm": 0.29; 'knows': 0.30; 'blog:': 0.30; 'yours,': 0.33; 'anyone': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'similar': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'but': 0.36; 'url:org': 0.36; 'author': 0.37; 'does': 0.37; 'received:209': 0.37; 'gives': 0.39; 'to:addr:python.org': 0.39; 'called': 0.39; 'where': 0.40; 'help': 0.40; 'link': 0.60; 'information': 0.63; 'gone': 0.64; 'url:t': 0.65; 'dear': 0.66; 'url:11': 0.71; 'you:': 0.75; 'url:http': 0.79; 'subject::': 0.83; '2013': 0.84; 'everything,': 0.84 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=4T2UJLIPCeA33Ufl/w+7fypF5dP2UtFQbqu13QeflBA=; b=WjYjb4dUy3+dZUB5Vcd3SdU1Jk2YQS5vnn8ix4/7ppmdZU57LNpC0ZcQWv3K1Doj6s z2dSjwyaUSWk/+WYqYgFj4QwUImXJr0JW+UyWE1pt5aQ1oD2bzB+7qsrvpAoc5oCmz9J ryqwRmtQyAqqfROEs6LaAkHMShTiv0fq2JiKQov2cFURY6DWaahXtOtjCq20nh+qsG48 HRxg23Gbf0vBDRasG+agBmqtUu9jmFYhyVROYV2X/pP6V1neC/Qn2n+XirG7znU67NCa 3GW5vrVgD3P9qdt+wdYf8zekf9PCo97WkG4mzSlILWr/JwzaQe0IpjHwqo3Lz0u/EEO8 RX1g== MIME-Version: 1.0 X-Received: by 10.58.15.193 with SMTP id z1mr6847783vec.40.1364052792331; Sat, 23 Mar 2013 08:33:12 -0700 (PDT) In-Reply-To: References: Date: Sun, 24 Mar 2013 02:33:12 +1100 Subject: Re: 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364052800 news.xs4all.nl 6901 [2001:888:2000:d::a6]:34837 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41738 On Sun, Mar 24, 2013 at 2:22 AM, Yann Manuel wrote: > Dear Mr/Mrs, > > I'm reading this book called dive into python 3, and the author does not > describe everything, but he gives a link to a blog: > (http://adam.gomaa.us/blog/2008/aug/11/t ... y-builtin/). > The blog is gone and i cant find it. Does anyone knows where i can find the > information of this blog or at least something similar to it? > The blog is called the python property built in, by adam gomaa > Sincerly yours, Not a Python-specific answer, but this may help you: http://web.archive.org/web/20120718070139/http://adam.gomaa.us/blog/2008/aug/11/the-python-property-builtin/ The Wayback Machine has the blog archived. ChrisA