Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #90253
| Path | csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.012 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:file': 0.07; 'function:': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'creates': 0.14; 'message-id:@4ax.com': 0.16; 'ported': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'connects': 0.19; '+0000': 0.22; 'passes': 0.24; 'url:home': 0.24; 'connected': 0.24; '(or': 0.24; 'supported': 0.26; 'header:X -Complaints-To:1': 0.27; 'mod': 0.31; 'file': 0.32; 'device': 0.34; 'maybe': 0.34; 'subject:from': 0.34; 'but': 0.35; 'doubt': 0.36; 'charset:us-ascii': 0.36; 'subject:?': 0.36; 'two': 0.37; 'system,': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'devices': 0.61; '2015': 0.84; 'archaic': 0.84; 'route': 0.84; 'snap': 0.84; 'received:108': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Subject | Re: Jython from bathc file? |
| Date | Sat, 09 May 2015 23:26:48 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <mijh9c$nv6$2@reader1.panix.com> <milsp5$fg8$1@reader1.panix.com> <mailman.294.1431215521.12865.python-list@python.org> <mimf58$gov$1@reader1.panix.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | 108.79.222.12 |
| X-Newsreader | Forte Agent 6.00/32.1186 |
| X-No-Archive | YES |
| 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.297.1431228417.12865.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1431228417 news.xs4all.nl 2925 [2001:888:2000:d::a6]:43493 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:90253 |
Show key headers only | View raw
On Sun, 10 May 2015 02:18:16 +0000 (UTC),
vjp2.at@at.BioStrategist.dot.dot.com declaimed the following:
>Tee from gnuutils??
>
I doubt Python would ever be ported to an archaic Z-80 system, but
TRSDOS 6 might have supported the desired function:
ROUTE *dummy TO file/spc
LINK *ki TO *dummy
(Or maybe *dummy to *ki; It has been 40 years -- I suspect if I powered up
the Mod III/4 the heads would snap off the floppy drives)
ROUTE creates a "device" connected to a device or file
LINK connects two devices together so I/O passes through both.
--
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
Jython from bathc file? vjp2.at@at.BioStrategist.dot.dot.com - 2015-05-08 23:36 +0000
Re: Jython from bathc file? Todd Vargo <tlvargo@sbcglobal.netz> - 2015-05-09 06:17 -0400
Re: Jython from bathc file? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-05-09 20:29 +1000
Re: Jython from bathc file? vjp2.at@at.BioStrategist.dot.dot.com - 2015-05-09 21:04 +0000
Re: Jython from bathc file? Michael Torrie <torriem@gmail.com> - 2015-05-09 16:54 -0600
Re: Jython from bathc file? Dave Angel <davea@davea.name> - 2015-05-09 19:51 -0400
Re: Jython from bathc file? vjp2.at@at.BioStrategist.dot.dot.com - 2015-05-10 02:25 +0000
Re: Jython from bathc file? Rustom Mody <rustompmody@gmail.com> - 2015-05-09 19:36 -0700
Re: Jython from bathc file? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-05-09 23:26 -0400
Re: Jython from bathc file? vjp2.at@at.BioStrategist.dot.dot.com - 2015-05-10 02:18 +0000
csiph-web