Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:ANN': 0.07; 'subject:Python3': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'windows': 0.15; 'fwiw': 0.16; 'limit,': 0.16; 'nico': 0.16; 'thanks!!!': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'items.': 0.19; 'cc:addr:python.org': 0.22; "haven't": 0.24; 'cc:2**0': 0.24; 'source': 0.25; '(see': 0.26; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'said,': 0.30; 'message- id:@mail.gmail.com': 0.30; 'skip:( 20': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'code': 0.31; 'easier': 0.31; 'accidentally': 0.31; 'linux.': 0.31; 'up.': 0.33; 'worked': 0.33; 'url:python': 0.33; 'etc.)': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'really': 0.36; 'url:listinfo': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'files': 0.38; 'url:mail': 0.40; 'even': 0.60; 'day': 0.76; 'glad': 0.83; '2015': 0.84; 'recover': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=g/KAhsZPwTR013SAiRbAD5WcusXAn28GhIUYMvfa+0E=; b=XtuEA8W7LdT+cgQK3dIKBt/3ovGPJ5UgFbQFAnXqj6c+5NcRzU075sCQTb79kBNlhP o1s6v0+/KL1/RHQsb6ljLvMc0TjdDk2CPNVfkCzLDSpztVkOAWpL0V953q43Py47HAdr 9qjt055S2YhE+Hfc6ISRrxK/d/3VL+g9bHEl/m6Pmz8kBbQLmk/9nl9Lzq2x4MZP6q+L 49glUxDBUkg7f7+kxNqK8EaTfjlYwcuLUT5wSQtUwFMmQp9U1lekOmkVrapveUmu6Gub Bu+rxXeP9eLdIYMd6dA2q1rznZ9FX/FEtjaiX/KT3/N4YMyl/dxLRv693+pVLk5cat6H koqA== X-Received: by 10.229.19.3 with SMTP id y3mr13920398qca.1.1422470576568; Wed, 28 Jan 2015 10:42:56 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <3dcc2862-bdd6-4a2a-8edb-1a9d51df26b3@googlegroups.com> References: <3dcc2862-bdd6-4a2a-8edb-1a9d51df26b3@googlegroups.com> From: Devin Jeanpierre Date: Wed, 28 Jan 2015 10:42:16 -0800 Subject: Re: ANN: unpyc3 - a python bytecode decompiler for Python3 To: n.poppelier@xs4all.nl Content-Type: text/plain; charset=UTF-8 Cc: "comp.lang.python" 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422470585 news.xs4all.nl 2948 [2001:888:2000:d::a6]:43487 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84779 FWIW I put all my source code inside Dropbox so that even things I haven't yet committed/pushed to Bitbucket/Github are backed up. So far it's worked really well, despite using Dropbox on both Windows and Linux. (See also: Google Drive, etc.) (Free) Dropbox has a 30 day recovery time limit, and I think Google Drive has a trash bin, as well as a 29 day recovery for emptied trash items. That said, hindsight is easier than foresight. I'm glad you were able to recover your files! -- Devin On Wed, Jan 28, 2015 at 10:09 AM, wrote: > Last night I accidentally deleted a group of *.py files (stupid-stupid-stupid!). > > Thanks to unpyc3 I have reconstructed all but one of them so far from the *.pyc files that were in the directory __pycache__. Many thanks!!! > > -- Nico > -- > https://mail.python.org/mailman/listinfo/python-list