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


Groups > comp.lang.python > #9249

Re: Virtual functions are virtually invisible!

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.075
X-Spam-Evidence '*H*': 0.85; '*S*': 0.00; 'wrote:': 0.15; '11:42': 0.16; '[1].': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'handed': 0.16; 'rantingrick': 0.16; 'saying.': 0.16; 'mon,': 0.16; 'pm,': 0.16; 'possibly': 0.16; 'received:209.85.210.174': 0.19; 'received:mail- iy0-f174.google.com': 0.19; 'header:In-Reply-To:1': 0.22; 'trying': 0.23; 'assume': 0.23; 'saying': 0.26; "i'm": 0.27; 'message-id:@mail.gmail.com': 0.28; 'change.': 0.32; 'reference': 0.33; 'to:addr:python-list': 0.34; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'posts': 0.38; 'everyone': 0.38; 'something': 0.38; 'else': 0.38; '[1]': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'where': 0.40; 'perfect': 0.63; 'subject:!': 0.67; 'live,': 0.67; 'mandate': 0.67; '11,': 0.68; 'subject:are': 0.70; 'mount': 0.84; 'greek': 0.91; 'reside': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=r7BAdOBBvFrNSY7efkOOKGDQxFUkD2OgWEqYW6BrHUc=; b=U8Ncv7lWYEbM2uQZeGbXJJZSyYPH5FGilGgQSGIJfcHiL92QtPSkXcHg8pipATt9oa lygf/D6a0pjuFg/U+htssaDFCFuzx0P0AsA4dupBKfiYqPem54T0M8Fjk7LzBtoORZny 0qlcnjrGI/pk4T6uCGTNamMZXosWbIMbRW/rc=
MIME-Version 1.0
In-Reply-To <6cc8dbb3-d423-4a46-af3e-44123c6f5ba5@b21g2000yqc.googlegroups.com>
References <a26063b5-7f2a-4452-898a-6fbcbaa3ed9a@j23g2000yqc.googlegroups.com> <97dcpqFdndU1@mid.individual.net> <d13c09ce-f44b-4cbe-bdd2-c997675e57da@t5g2000yqj.googlegroups.com> <mailman.870.1310344313.1164.python-list@python.org> <90efb2d5-28d8-44e4-8c21-b53206547b6c@x10g2000vbl.googlegroups.com> <mailman.879.1310359548.1164.python-list@python.org> <6cc8dbb3-d423-4a46-af3e-44123c6f5ba5@b21g2000yqc.googlegroups.com>
Date Tue, 12 Jul 2011 00:41:59 +1000
Subject Re: Virtual functions are virtually invisible!
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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.893.1310395323.1164.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1310395323 news.xs4all.nl 21848 [2001:888:2000:d::a6]:37337
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:9249

Show key headers only | View raw


On Mon, Jul 11, 2011 at 11:42 PM, rantingrick <rantingrick@gmail.com> wrote:
> This mandate must be handed down from the gods who reside on "Mount
> REFUSE-E-OUS to RECOGNIZE-E-OUS a major PROBLEM-O-MOUS"
>

I assume you're trying to reference Mount Olympus where the Greek gods
live, but I'm left thinking more of Mount Vesuvius... possibly not the
best reference for what you're saying.

But once again, Ranting Rick posts something saying that he is perfect
and everyone else needs to change. I can see why you keep landing in
killfiles [1].

ChrisA

[1] http://bofh.ch/bofh/bsmh2.html

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


Thread

Virtual functions are virtually invisible! rantingrick <rantingrick@gmail.com> - 2011-07-03 15:55 -0700
  Re: Virtual functions are virtually invisible! Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-07-04 20:43 +1200
    Re: Virtual functions are virtually invisible! rantingrick <rantingrick@gmail.com> - 2011-07-10 10:15 -0700
      Re: Virtual functions are virtually invisible! Chris Angelico <rosuav@gmail.com> - 2011-07-11 03:30 +1000
      Re: Virtual functions are virtually invisible! Michael Hrivnak <mhrivnak@hrivnak.org> - 2011-07-10 20:31 -0400
        Re: Virtual functions are virtually invisible! rantingrick <rantingrick@gmail.com> - 2011-07-10 19:35 -0700
          Re: Virtual functions are virtually invisible! Michael Hrivnak <mhrivnak@hrivnak.org> - 2011-07-11 00:45 -0400
            Re: Virtual functions are virtually invisible! rantingrick <rantingrick@gmail.com> - 2011-07-11 06:42 -0700
              Re: Virtual functions are virtually invisible! Chris Angelico <rosuav@gmail.com> - 2011-07-12 00:41 +1000
                Re: Virtual functions are virtually invisible! rantingrick <rantingrick@gmail.com> - 2011-07-11 14:46 -0700
                Re: Virtual functions are virtually invisible! Chris Angelico <rosuav@gmail.com> - 2011-07-12 18:40 +1000
              Re: Virtual functions are virtually invisible! alex23 <wuwei23@gmail.com> - 2011-07-12 22:48 -0700
      Re: Virtual functions are virtually invisible! Fabio Zadrozny <fabiofz@gmail.com> - 2011-07-16 19:34 -0300
        Re: Virtual functions are virtually invisible! rantingrick <rantingrick@gmail.com> - 2011-07-16 15:58 -0700
          Re: Re: Virtual functions are virtually invisible! Dave Angel <d@davea.name> - 2011-07-16 21:45 -0400

csiph-web