Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43598
| 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 | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.019 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'mrab': 0.05; 'context': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'abbreviated': 0.16; 'context;': 0.16; 'inverse': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:sub': 0.16; 'wherein': 0.16; 'url:home': 0.24; 'mon,': 0.24; 'skip:" 20': 0.27; 'header:X-Complaints-To:1': 0.27; '(maybe': 0.31; '+0100,': 0.31; 'another': 0.32; 'could': 0.34; 'connection': 0.35; 'charset :us-ascii': 0.36; 'subject:?': 0.36; 'received:76': 0.38; 'to:addr :python-list': 0.38; 'moving': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'easy': 0.60; 'first': 0.61; 'name': 0.63; '"con"': 0.84; 'comment.': 0.84; 'carries': 0.91; '2013': 0.98 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Subject | Re: classes and sub classes? |
| Date | Sun, 14 Apr 2013 22:35:59 -0400 |
| Organization | > Bestiaria Support Staff < |
| References | <mailman.313.1365486619.3114.python-list@python.org> <5163be52$0$29977$c3e8da3$5496439d@news.astraweb.com> <CACQBTrRVs1G_LP7d0+e=gxB18-zDGKPr7kXy=_A-2RB8YHEhfw@mail.gmail.com> <CANy1k1imR+yynBjWhGx5OU6FE2jC9hcB+yHuMF6r2GEwY3m39g@mail.gmail.com> <516B60D7.1090906@mrabarnett.plus.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | adsl-76-253-107-223.dsl.klmzmi.sbcglobal.net |
| X-Newsreader | Forte Agent 3.3/32.846 |
| X-No-Archive | YES |
| 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.616.1365993368.3114.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1365993368 news.xs4all.nl 2575 [2001:888:2000:d::a6]:50168 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:43598 |
Show key headers only | View raw
On Mon, 15 Apr 2013 03:07:19 +0100, MRAB <python@mrabarnett.plus.com>
declaimed the following in gmane.comp.python.general:
> "network" could be abbreviated to "net", "inventory" to "inv" (maybe OK
> in this context; in another context it could an abbreviation for
> "inverse"), and "connection" to "con" (maybe), giving "net_inv_db_con",
> or "net_inv_db_connection".
>
Of course, given both "net" and "con", it would be easy to read
"inv" as "inverse" -- if one interprets "net_db_con" to carry data
moving one direction, the inverse connection would be the return data
<G>
This may be one of those situations wherein the first use of the
name carries an explanatory comment.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
classes and sub classes? Morten Guldager <morten.guldager@gmail.com> - 2013-04-09 07:50 +0200
Re: classes and sub classes? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-09 07:08 +0000
Re: classes and sub classes? Morten Guldager <morten.guldager@gmail.com> - 2013-04-09 09:38 +0200
Re: classes and sub classes? Jason Friedman <jsf80238@gmail.com> - 2013-04-14 19:38 -0600
Re: classes and sub classes? MRAB <python@mrabarnett.plus.com> - 2013-04-15 03:07 +0100
Re: classes and sub classes? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-04-14 22:35 -0400
Re: classes and sub classes? Peter Otten <__peter__@web.de> - 2013-04-15 09:21 +0200
Re: classes and sub classes? Neil Cerutti <neilc@norwich.edu> - 2013-04-15 12:22 +0000
csiph-web