Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'syntax': 0.04; 'subject:Python': 0.06; 'subject:file': 0.07; 'string': 0.09; 'convention,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'spec': 0.09; '"/"': 0.16; '"user': 0.16; 'belonging': 0.16; 'message- id:@4ax.com': 0.16; "microsoft's": 0.16; 'name)': 0.16; 'partly': 0.16; 'prefix;': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'referencing': 0.16; 'separator,': 0.16; 'separator.': 0.16; 'splitting': 0.16; 'storing': 0.16; 'subdirectory': 0.16; 'extensions': 0.16; 'sat,': 0.16; '(where': 0.19; 'basically': 0.19; 'command': 0.22; 'feb': 0.22; 'creating': 0.23; 'logical': 0.24; 'specify': 0.24; 'url:home': 0.24; 'header:X-Complaints-To:1': 0.27; 'idea': 0.28; 'character': 0.29; 'characters': 0.30; 'specified': 0.30; '(which': 0.31; 'commonly': 0.31; 'embed': 0.31; "user's": 0.31; 'file': 0.32; 'class': 0.32; 'option': 0.32; 'another': 0.32; 'open': 0.33; 'style': 0.33; 'device': 0.34; 'could': 0.34; 'one,': 0.35; 'operations': 0.35; 'but': 0.35; 'really': 0.36; '(we': 0.36; 'accessing': 0.36; 'machine.': 0.36; 'done': 0.36; 'next': 0.36; "didn't": 0.36; 'charset:us-ascii': 0.36; 'convention': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'rather': 0.38; 'itself': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'either': 0.39; 'received:org': 0.40; 'even': 0.60; 'new': 0.61; 'first': 0.61; 'name': 0.63; 'skip:n 10': 0.64; 'account': 0.65; 'finally': 0.65; 'college': 0.70; 'physical': 0.72; 'add-on': 0.84; 'bel': 0.84; 'drive.': 0.84; '{no': 0.84; 'mount': 0.93; 'received:108': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Python shell wont open idle or an exisiting py file Date: Sat, 01 Feb 2014 11:24:04 -0500 Organization: IISS Elusive Unicorn References: <24EAA33389A147D8BC08B029E2209E16@UserPC> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-108-68-178-125.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 46 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391271836 news.xs4all.nl 2932 [2001:888:2000:d::a6]:54968 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65227 On Sat, 01 Feb 2014 00:44:22 -0500, Terry Reedy declaimed the following: > >Which started with Microsoft's decision to reuse the string excape >character '\' as a directory separator. Which itself may partly be blamed on CP/M using "/" as command line option prefix; since subdirectories didn't really exist on that class of machine. Just the mysterious "user space" setting. Hmmm... I don't recall my college mainframe syntax for subdirectories -- if it even had them. As a recall, a file spec had the file name (which could include nonprintable characters -- I used to embed the BEL character in the file names), did NOT use filetype extensions (we had a convention of using prefixes: S: [source], R: [relocatable object module/ROM], L: [load module/LMN {no idea where the N came from]). Let's see... I think the next part was .user if accessing a file belonging to another account, and finally .password (which mean to access one's own password file gave the interesting result of S:mainprogram..pass) I think VMS was the first OS I used that had subdirectories. VMS also used "/" for command line options, but the file spec was DL:[top.sub.subsub...]name.ext;version (where DL was either a physical device name or a logical name referencing a path; top was commonly the user's account name) TRSDOS/LSDOS faded away before drives really got big enough to require subdirectory support. I think the last add-on utility was one that allowed one to mount a pre-allocated file AS a drive. Prior to that was a "Partitioned Data Set" utility which allowed for storing multiple files into a single one, but had rather complex operations to access them. File spec was name/ext.password:drive (with the advantage that one often did not have to specify the drive -- LSDOS would scan all drives for the specified file and open the first one found; and creating new files would be done on the first non-write-protected drive). Amiga? a mix... VMS style logical names, / path separator, and no formal extensions (extensions were convention, but basically found by splitting on the last . in the name) -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/