Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!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; 'assignment': 0.07; 'debug': 0.07; 'friend.': 0.07; 'subject:code': 0.07; 'subject:command': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'anyway': 0.14; '."': 0.16; 'subject:their': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'memory': 0.22; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'error': 0.23; 'stick': 0.24; 'earlier': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'source': 0.25; '>': 0.26; 'asking': 0.27; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'fixed': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'code': 0.31; 'anyone': 0.31; 'file': 0.32; 'run': 0.32; 'text': 0.33; 'worked': 0.33; 'url:python': 0.33; 'knows': 0.35; 'problem.': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'grateful': 0.36; 'idle': 0.36; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'behind': 0.37; 'project': 0.37; 'list.': 0.37; 'pm,': 0.38; 'skip:& 20': 0.39; 'url:mail': 0.40; 'how': 0.40; 'entire': 0.61; 'back': 0.62; 'making': 0.63; 'to:addr:gmail.com': 0.65; 'mar': 0.68; '1st': 0.74; 'friends': 0.81; 'happened.': 0.84; 'subject:view': 0.91; 'outcome': 0.93 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:to :cc:content-type; bh=ms7S8gk/JXM8K53TXPEkRQvDVAdNIXARXNLkpTQ/9X8=; b=HAQHDFsh5DYhA30UXHleaP+jCJ1KUXz8yq44mhLrVBENN7PBEE5LJ1djAPpTfyOYdk ejnV4KMoFw+rouaDJ+JrDtTnp+vsRkuO5IqZ8rvLcI2h9zd4j1SXqCfz9MUOCJ6SBMH1 GlOFn56pNhzbNwUnEMLzjVBJK/qa/2UH/KnyFbtvQ52nzziWrpVd+z1t6L3WLiLt90Yy 9Sj91egNBD/CHhXQmaME3842jmlxz7JUmTFc8U0kC206oxYPr6DKZ6+W521EhbAzqLMQ cpYjXW8FJkANObR/ohZYesa+pb0CQXJIzdTzjZxLlzHF+NKH7xBlLTJgsurmrB1o8Xbw 89yA== MIME-Version: 1.0 X-Received: by 10.58.94.195 with SMTP id de3mr1286168veb.39.1394217963151; Fri, 07 Mar 2014 10:46:03 -0800 (PST) In-Reply-To: References: Date: Fri, 7 Mar 2014 13:46:03 -0500 Subject: Re: Is their a command to view code? From: Joel Goldstick To: "NexusRAwesome1995 ." Content-Type: multipart/alternative; boundary=047d7ba96cf46f13f204f408aa5f Cc: Python-list@python.org 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: 50 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1394217965 news.xs4all.nl 2904 [2001:888:2000:d::a6]:49060 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68005 --047d7ba96cf46f13f204f408aa5f Content-Type: text/plain; charset=UTF-8 On Mar 7, 2014 1:16 PM, "NexusRAwesome1995 ." wrote: > > I am making a text based aventure game for my assignment and a friends test run has somehow saved over the entire code file and now im using an earlier version of the code. I have 0 idea if there is anyway to look at the code using the IDLE and i need to do it to see how i fixed the fatal error left behind by a friend. My on computer backup has not worked and the backup on my memory stick also has the same problem. > If anyone knows of a way to get my code back i will be grateful as this is my 1st project and i'm not that used to the syntax. > the item added is the outcome of what happened. > You will be better off asking on python tutor list. However, go back to the source you have and debug it > -- > https://mail.python.org/mailman/listinfo/python-list > --047d7ba96cf46f13f204f408aa5f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Mar 7, 2014 1:16 PM, "NexusRAwesome1995 ." <nexusrawesome@gmail.com> wrote:
>
> I am making a text based aventure game for my assignment and a friends= test run has somehow saved over the entire code file and now im using an e= arlier version of the code. I have 0 idea if there is anyway to look at the= code using the IDLE and i need to do it to see how i fixed the fatal error= left behind by a friend. My on computer backup has not worked and the back= up on my memory stick also has the same problem.
> If anyone knows of a way to get my code back i will be grateful as thi= s is my 1st project and i'm not that used to the syntax.
> the item added is the outcome of what happened.
>
You will be better off asking on python tutor list. However, go back to the= source you have and debug it
> --
> https= ://mail.python.org/mailman/listinfo/python-list
>

--047d7ba96cf46f13f204f408aa5f--