Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94127
| Path | csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!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.128 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.76; '*S*': 0.01; 'cc:addr:python-list': 0.09; 'amiga': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'result,': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'am,': 0.23; 'for?': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; "i've": 0.25; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; '[1]': 0.32; 'usually': 0.33; "i'll": 0.33; 'file': 0.34; 'received:google.com': 0.35; 'but': 0.36; 'subject:: ': 0.37; 'google': 0.39; 'does': 0.39; 'application': 0.39; "didn't": 0.39; 'system.': 0.39; '20,': 0.66; 'stand': 0.67; 'jul': 0.72; 'chrisa': 0.84; 'to:none': 0.91; 'dennis': 0.91; 'desperate': 0.91; 'instantly': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=WjT/mV3Xhg7Hw8fzSq1hSRLYRBYG2LS67FuCpvU63jk=; b=pKw6fD9BpTyduBcXGlnqaB10JbqzqQ1M9wRyYPUzUDzpnxDGgVajgFyElWXpYhHObb 7CiV2/YKL9TxFOfgNbvN7S0GWHQhylAqytShcQwnCZsumZ4KEWUlumeYf+3CUUmi5kmp eGUtzUTMbABSYVb3/9dvYcAMqRF114lbJklgswWH0yh1hexJvIpqy0FS2lfvCPOVHQMF b7z5d9dSc5MozHBoESIu9Zr1BfrAAmJoOYi/5aonEsSg595OsR4iJXthHwhDi8sMcRHg JqVRPCB7wAzZltb28sVA4E2OyCGDAvNZL7yJJRX2Mrm+Prw4+BlIGj1cIYX7ulF2QmL+ zo6w== |
| MIME-Version | 1.0 |
| X-Received | by 10.107.4.1 with SMTP id 1mr28003984ioe.10.1437322438611; Sun, 19 Jul 2015 09:13:58 -0700 (PDT) |
| In-Reply-To | <hainqa9eq1nuefonmkvb037v69i7v2hojd@4ax.com> |
| References | <mailman.617.1437090408.3674.python-list@python.org> <d1060jF9h2gU1@mid.individual.net> <hainqa9eq1nuefonmkvb037v69i7v2hojd@4ax.com> |
| Date | Mon, 20 Jul 2015 02:13:58 +1000 |
| Subject | Re: Proposed keyword to transfer control to another function |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.721.1437322446.3674.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1437322446 news.xs4all.nl 2850 [2001:888:2000:d::a6]:53535 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:94127 |
Show key headers only | View raw
On Mon, Jul 20, 2015 at 2:05 AM, Dennis Lee Bieber <wlfraed@ix.netcom.com> wrote: > I've only seen one other application using HHMLL -- and that was the > Amiga file system. Okay, I'll bite. What does HHMLL stand for? Google didn't answer my question instantly with the first result, like it usually does. I even got desperate [1] but no luck. ChrisA [1] https://xkcd.com/1334/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Proposed keyword to transfer control to another function Chris Angelico <rosuav@gmail.com> - 2015-07-17 09:46 +1000
Re: Proposed keyword to transfer control to another function Paul Rubin <no.email@nospam.invalid> - 2015-07-17 20:16 -0700
Re: Proposed keyword to transfer control to another function Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2015-07-19 11:32 +1200
Re: Proposed keyword to transfer control to another function Chris Angelico <rosuav@gmail.com> - 2015-07-19 10:21 +1000
Re: Proposed keyword to transfer control to another function Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-07-19 12:05 -0400
Re: Proposed keyword to transfer control to another function Chris Angelico <rosuav@gmail.com> - 2015-07-20 02:13 +1000
Re: Proposed keyword to transfer control to another function MRAB <python@mrabarnett.plus.com> - 2015-07-19 17:24 +0100
Re: Proposed keyword to transfer control to another function Chris Angelico <rosuav@gmail.com> - 2015-07-20 02:32 +1000
Re: Proposed keyword to transfer control to another function Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-19 17:41 +0100
Re: Proposed keyword to transfer control to another function Chris Angelico <rosuav@gmail.com> - 2015-07-20 02:50 +1000
Re: Proposed keyword to transfer control to another function Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2015-07-21 19:33 +0200
Re: Proposed keyword to transfer control to another function Chris Angelico <rosuav@gmail.com> - 2015-07-22 03:38 +1000
csiph-web