Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.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.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'don': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'exceptions,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:programming': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'run': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'pm,': 0.38; 'does': 0.39; 'address': 0.63; '2015': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=AF5/LTNTuNrfCxQRE7rdu5m+Ou2o/r4nhUAUq5I/qbY=; b=GfGlqNxzQ3zleVie7opEl7vU8C0OP3pEwYTJML+HlyAepDvSSjPTpISYmXPud2xaCP xaXM5voC38z/heYsQJryiz/khE05pZhNwCPXxiTjR49pRtkAT7dAFatH47pt7Uba4RQ8 dwE9TNzravOr1p4skOZMqH1cACJcyS5sl5lGmrys2zuwJavKNXxuG8jhd5d94o8Z285I tUUommlZxI9Yoo5X6gClpHj1sgYBvMD3wi4D5iCVPhhsEEMy6VLplNhC6wt5TefuViXC pT7kX5xtACXRGb39iTwTuNtKyKfdoSi6/j/eDwz11Z3GrrnM9MZYgfeFcNNfanmgglpK VRMw== MIME-Version: 1.0 X-Received: by 10.107.134.39 with SMTP id i39mr71339782iod.53.1420288687426; Sat, 03 Jan 2015 04:38:07 -0800 (PST) In-Reply-To: <3734210e-5811-4f05-b95d-ceb4c78c1377@googlegroups.com> References: <3734210e-5811-4f05-b95d-ceb4c78c1377@googlegroups.com> Date: Sat, 3 Jan 2015 23:38:07 +1100 Subject: Re: Socket programming From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1420288695 news.xs4all.nl 2932 [2001:888:2000:d::a6]:36973 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83158 On Sat, Jan 3, 2015 at 11:25 PM, pramod gowda wrote: > I am using python 3.4.2 > I don get any exceptions, > but wn i run the code,i don see any connections, IP address is given as my system IP. What does the client say? ChrisA