Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: 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; 'example:': 0.03; 'subject:Python': 0.05; '"""': 0.05; 'integers': 0.09; 'blend': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'url:documentation': 0.16; 'wrote:': 0.17; 'odd': 0.17; 'windows': 0.19; 'translate': 0.20; 'sort': 0.21; 'skip:% 10': 0.22; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; '(which': 0.26; 'am,': 0.27; 'guess': 0.27; 'implies': 0.29; 'code': 0.31; 'message.': 0.33; 'messages,': 0.33; 'to:addr:python-list': 0.33; 'received:org': 0.36; 'message-id:@gmail.com': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'end': 0.40; 'success': 0.63; 'decided': 0.65; 'completion': 0.78; 'unholy': 0.84; 'dennis': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sun, 24 Feb 2013 10:56:53 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python Newbie References: <5127848B.1060004@gmail.com> <928d2cf7-728b-4f35-b8c9-4c9b958507e5@googlegroups.com> <8eadd52c-d533-4333-8c7f-7bf3a6d7b046@googlegroups.com> <9p1ii899tkalvfd1cl7sneoqa9t1cqh4oj@invalid.netcom.com> <5129482F.3080402@gmail.com> <1rjki8ta8on3b1ii78vig09pop1psif4t6@invalid.netcom.com> In-Reply-To: <1rjki8ta8on3b1ii78vig09pop1psif4t6@invalid.netcom.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361728619 news.xs4all.nl 6967 [2001:888:2000:d::a6]:34223 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39764 On 02/24/2013 10:37 AM, Dennis Lee Bieber wrote: > Decided to look up the VAX/VMS scheme... > > """ > If you know the condition code for a message, you can use F$MESSAGE to > translate the code to its associated message. For example: > $ WRITE SYS$OUTPUT F$MESSAGE(%X00000001) > %SYSTEM-S-NORMAL, normal successful completion > """ > > VMS used a status of "1" for normal success (which implies that all > the odd integers were success/info messages, even integers would be > warning/error/fatal. > > http://h71000.www7.hp.com/doc/73final/documentation/pdf/ovms_msg_ref_al.pdf It's interesting to note that Windows NT sort of descends from VMS. I guess the end result was an unholy blend of VMS and CP/M.