Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2292
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!gegeweb.org!aioe.org!feeder.news-service.com!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <wisecracker@tesco.net> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'typed': 0.07; 'received:81.103': 0.09; 'received:81.103.221': 0.09; 'received:81.103.221.35': 0.09; 'received:81.103.221.58': 0.09; 'received:ispmail.ntl.com': 0.09; 'received:ntl.com': 0.09; 'received:queueout04-winn.ispmail.ntl.com': 0.09; 'sys.platform': 0.09; '"win32":': 0.16; 'received:aamtaout04-winn.ispmail.ntl.com': 0.16; 'manually': 0.22; 'similarly': 0.23; 'to:addr:python-list': 0.32; 'sorry': 0.33; 'should': 0.37; 'but': 0.38; 'to:addr:python.org': 0.39; 'from:no real name:2**0': 0.60; 'url:net': 0.62; 'url:search': 0.64; 'subject:skip:C 10': 0.83 |
| Date | Thu, 31 Mar 2011 19:12:33 +0100 |
| From | <wisecracker@tesco.net> |
| To | Python <python-list@python.org> |
| Subject | Corrections... :/ |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 7bit |
| X-Priority | 3 (Normal) |
| Sensitivity | Normal |
| X-Originating-IP | from 86.143.162.194 by mail.tesco.net; Thu, 31 Mar 2011 19:12:33 +0100 |
| X-Mailer | 4.2.7 |
| X-Cloudmark-Analysis | v=1.1 cv=JvdXmxIgLJv2/GthKqHpGJEEHukvLcvELVXUanXFreg= c=1 sm=0 a=IkcTkHD0fZMA:10 a=uVhb0EPuAAAA:8 a=nWwrNhkoAAAA:8 a=6bQkU-fnAAAA:8 a=4mFakiQ3EpBnP3yzJ0sA:9 a=QEXdDO2ut3YA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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.39.1301597172.2990.python-list@python.org> (permalink) |
| Lines | 39 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1301597172 news.xs4all.nl 41113 [::ffff:82.94.164.166]:33702 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:2292 |
Show key headers only | View raw
Sorry but I typed that loy in manually so:-
# Linux...
if sys.platform == "linux2":
# myportnumber = raw_input(......
should read:-
myportnumber = raw_input(......
# Similarly for Windows...
if sys.platform == "win32":
# myportnumber = raw_input(........
should also read:-
myportnumber = raw_input(........
Sorry about that chap...
--
73...
Bazza, G0LCU...
Team AMIGA...
http://homepages.tesco.net/wisecracker/
http://main.aminet.net/search?readme=wisecracker
http://mikeos.berlios.de/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Corrections... :/ <wisecracker@tesco.net> - 2011-03-31 19:12 +0100
csiph-web