Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!multikabel.net!newsfeed20.multikabel.net!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.055 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'be:': 0.09; 'am,': 0.12; '.py': 0.16; 'cc:addr:python-list': 0.16; 'subject:skip:d 10': 0.17; 'wrote:': 0.18; 'cheers,': 0.20; 'cc:no real name:2**0': 0.21; 'header:In-Reply-To:1': 0.22; 'received:209.85.220': 0.25; 'cc:2**0': 0.26; 'code.': 0.26; 'code': 0.26; 'message- id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.29; 'chris': 0.30; 'fri,': 0.34; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'header:Received:6': 0.61; 'your': 0.61; 'lost': 0.68; '10:52': 0.84; 'sender:addr:chris': 0.84 Received-SPF: pass (google.com: domain of chris@rebertia.com designates 10.52.92.140 as permitted sender) client-ip=10.52.92.140; Authentication-Results: mr.google.com; spf=pass (google.com: domain of chris@rebertia.com designates 10.52.92.140 as permitted sender) smtp.mail=chris@rebertia.com; dkim=pass header.i=chris@rebertia.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=LMD0lbYLFn6NLbQFTHwFZyViUTkMEn2FAmgnEXcZalg=; b=E5fatK/thbxoncONxXNGOWe8nRe15vBuKI/PESKrPt8Lz2e012O4iHzKg4TVJK6eJn +nn8XSc/otX9cSmAF4TTy80YPbEMlI7qqEfa1zJ+IMZuuE65Si8LDNAsDcqJ5drXRn9S PlS/82PdQCuk8Vi7UoapE/AaxpCq07NMnGhL0= MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: References: Date: Fri, 2 Mar 2012 12:11:12 -0800 X-Google-Sender-Auth: uM-VSwGfqVYyptvzH1MOerQoSI8 Subject: Re: decompilation From: Chris Rebert To: shikha panghal Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkHpoMsVNuiVM3hafFv+zvyo5yUkA/u9w+69OrDnUMXsI3lbGnI2MHniVTm1fBTEHLkgM1d Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1330719074 news.xs4all.nl 6854 [2001:888:2000:d::a6]:44930 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21144 On Fri, Mar 2, 2012 at 10:52 AM, shikha panghal wrote: > Hi > > Please decoplile the .pyc code ,as i have lost my .py code. Your best shot would be: http://www.crazy-compilers.com/decompyle/ Cheers, Chris