Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #9308
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!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.009 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'wiki': 0.02; 'python': 0.08; 'am,': 0.13; 'wrote:': 0.15; 'anyhow,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'it...': 0.16; 'rantingrick': 0.16; 'received:209.85.210.174': 0.19; 'received:mail-iy0-f174.google.com': 0.19; 'maybe': 0.22; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; '(though': 0.23; 'tue,': 0.23; 'message-id:@mail.gmail.com': 0.28; 'actually': 0.33; 'to:addr:python-list': 0.34; 'quite': 0.34; 'all.': 0.35; 'some': 0.37; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'here': 0.66; 'subject:!': 0.67; 'subject:are': 0.70 |
| 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=5sSooqgldgdtQeh8jjYhlgFGw7mCzUoYyFgt3GnRBHM=; b=lH2aepgduAkWUBQXX1nnKGU5lNe2ZZRQMWZmTPLDUuevUvrpViCyYld+wTPS+PQsRy c6xaIeGQ4EqLdX2BXnCbXFnkgO9zciSK2SUkj/e0HP2jzj7vJmG5WqvzvLrQI2JnQuCx rGwywf6M910E2iBHBpUVkU45gdPb8nPHV/QyM= |
| MIME-Version | 1.0 |
| In-Reply-To | <4f41df46-ce82-4c4e-aac3-bd5e82834bc1@z14g2000yqh.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> <mailman.893.1310395323.1164.python-list@python.org> <4f41df46-ce82-4c4e-aac3-bd5e82834bc1@z14g2000yqh.googlegroups.com> |
| Date | Tue, 12 Jul 2011 18:40:56 +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.936.1310460059.1164.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1310460059 news.xs4all.nl 21825 [2001:888:2000:d::a6]:54875 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:9308 |
Show key headers only | View raw
On Tue, Jul 12, 2011 at 7:46 AM, rantingrick <rantingrick@gmail.com> wrote: > Actually no i was purposely implying Mt. Vesuvius. You know, the > VOLCANO that erupted and left poor Pompeii in ruins? Here is some text > from the wiki verbatim: > Yes, I do know that mountain. But it doesn't have very many gods sitting on it... maybe a magma elemental, but that's all. Anyhow, this is quite off-topic for Python I think. (Though not off-topic for rantingrick.) ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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