Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #2292 > unrolled thread

Corrections... :/

Started by<wisecracker@tesco.net>
First post2011-03-31 19:12 +0100
Last post2011-03-31 19:12 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Corrections... :/ <wisecracker@tesco.net> - 2011-03-31 19:12 +0100

#2292 — Corrections... :/

From<wisecracker@tesco.net>
Date2011-03-31 19:12 +0100
SubjectCorrections... :/
Message-ID<mailman.39.1301597172.2990.python-list@python.org>
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/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web