Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45096

Re: Message passing syntax for objects | OOPv2

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <roy@panix.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.085
X-Spam-Evidence '*H*': 0.84; '*S*': 0.01; 'used.': 0.09; 'cc:addr :python-list': 0.11; 'stored': 0.12; 'received:10.0.1.16': 0.16; 'received:166.84': 0.16; 'received:166.84.1': 0.16; 'received:166.84.1.89': 0.16; 'received:mailbackend.panix.com': 0.16; 'received:panix.com': 0.16; 'roy': 0.16; 'wing': 0.16; 'wrote:': 0.18; 'received:10.0.1': 0.19; 'received:166': 0.19; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'ray': 0.31; 'slot': 0.31; 'worked': 0.33; 'disk': 0.36; 'charset:us-ascii': 0.36; 'received:10.0': 0.36; 'received:10': 0.37; 'space': 0.40; 'first': 0.61; 'header :Message-Id:1': 0.63; 'cards': 0.65; 'worth': 0.66; 'smith': 0.68; 'touch': 0.74; 'article': 0.77; 'william': 0.81; 'email addr:panix.com': 0.84; 'heh.': 0.84; 'rack': 0.84; '2013,': 0.91; 'controller': 0.91
Subject Re: Message passing syntax for objects | OOPv2
Mime-Version 1.0 (Apple Message framework v1283)
Content-Type text/plain; charset=us-ascii
From Roy Smith <roy@panix.com>
In-Reply-To <C70CEE75-707C-44C6-8FB2-BF41381EBA03@mac.com>
Date Fri, 10 May 2013 08:58:58 -0400
Content-Transfer-Encoding 7bit
References <CAMjeLr_eJf1Aboz=2+oti4TOV=oejUYVo7K4zks+Ck4CSHaqpg@mail.gmail.com> <5167F327.3030803@nedbatchelder.com> <CAMjeLr8+pr12+0mN0SOrtg9ZTkNq=PiqxWyqB8CxpJ0BT=sxJA@mail.gmail.com> <CAMjeLr9OSD4B-2NHNra=Acyj1h0g8VLOVwjFFm5c35TX+Vu5SA@mail.gmail.com> <CALwzidn442aiADJwYSzQfAZsHf4RK=sdgt1C7dJHxsHeqiZzPA@mail.gmail.com> <mailman.1505.1368136296.3114.python-list@python.org> <b864cbc6-746a-4bb0-a5d0-548a84186ec1@ua8g2000pbb.googlegroups.com> <CAMjeLr-FMA6sAkd1_fZvZZ9Vaws4P=f__mdzcDNRRADYfN5Q=g@mail.gmail.com> <mailman.1523.1368160434.3114.python-list@python.org> <roy-F13DF9.00552910052013@news.panix.com> <C70CEE75-707C-44C6-8FB2-BF41381EBA03@mac.com>
To William Ray Wing <wrw@mac.com>
X-Mailer Apple Mail (2.1283)
Cc python-list@python.org
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.1529.1368190740.3114.python-list@python.org> (permalink)
Lines 28
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1368190740 news.xs4all.nl 15953 [2001:888:2000:d::a6]:42331
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:45096

Show key headers only | View raw


On May 10, 2013, at 7:49 AM, William Ray Wing wrote:

> On May 10, 2013, at 12:55 AM, Roy Smith <roy@panix.com> wrote:
> 
>> In article <mailman.1523.1368160434.3114.python-list@python.org>,
>> Chris Angelico <rosuav@gmail.com> wrote:
>> 
>>> The first hard disk I ever worked with stored 20MB in the space of a
>>> 5.25" slot (plus its associated ISA controller card).
>> 
>> Heh.  The first hard disk I ever worked with stored 2.4 MB in 6U of rack 
>> space (plus 4 Unibus cards worth of controller).  That's not actually 
>> the first hard disk I ever used.  Just the first one I ever got to touch 
>> with my own hands.
>> 
> 
> Sounds suspiciously like an RK05.

Yup.


--
Roy Smith
roy@panix.com


Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Message passing syntax for objects | OOPv2 Mark Janssen <dreamingforward@gmail.com> - 2013-05-09 14:51 -0700
  Re: Message passing syntax for objects | OOPv2 alex23 <wuwei23@gmail.com> - 2013-05-09 16:58 -0700
    Re: Message passing syntax for objects | OOPv2 Mark Janssen <dreamingforward@gmail.com> - 2013-05-09 20:08 -0700
    Re: Message passing syntax for objects | OOPv2 Chris Angelico <rosuav@gmail.com> - 2013-05-10 13:07 +1000
      Re: Message passing syntax for objects | OOPv2 alex23 <wuwei23@gmail.com> - 2013-05-11 15:23 -0700
    Re: Message passing syntax for objects | OOPv2 Chris Angelico <rosuav@gmail.com> - 2013-05-10 14:33 +1000
      Re: Message passing syntax for objects | OOPv2 Roy Smith <roy@panix.com> - 2013-05-10 00:55 -0400
        Re: Message passing syntax for objects | OOPv2 Chris Angelico <rosuav@gmail.com> - 2013-05-10 17:37 +1000
        Re: Message passing syntax for objects | OOPv2 William Ray Wing <wrw@mac.com> - 2013-05-10 07:49 -0400
        Re: Message passing syntax for objects | OOPv2 Roy Smith <roy@panix.com> - 2013-05-10 08:58 -0400
        Re: Message passing syntax for objects | OOPv2 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-11 15:34 -0400
    Re: Message passing syntax for objects | OOPv2 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-11 15:32 -0400
      Re: Message passing syntax for objects | OOPv2 Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-05-12 12:50 +1200
        Re: Message passing syntax for objects | OOPv2 Chris Angelico <rosuav@gmail.com> - 2013-05-12 11:10 +1000
    Re: Message passing syntax for objects | OOPv2 Chris Angelico <rosuav@gmail.com> - 2013-05-12 08:41 +1000
      Re: Message passing syntax for objects | OOPv2 Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-05-12 13:02 +1200
        Re: Message passing syntax for objects | OOPv2 Chris Angelico <rosuav@gmail.com> - 2013-05-12 11:19 +1000
    Re: Message passing syntax for objects | OOPv2 Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-12 12:53 -0400

csiph-web