Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'svn': 0.05; 'debugging': 0.07; 'revision': 0.07; 'subject:ANN': 0.07; 'subject:Python3': 0.09; 'jan': 0.12; 'windows': 0.15; 'freely,': 0.16; '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; 'projects,': 0.19; "haven't": 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; 'code': 0.31; 'easier': 0.31; 'accidentally': 0.31; 'linux.': 0.31; 'stuff': 0.32; 'up.': 0.33; 'worked': 0.33; 'received:74.125.82': 0.34; 'etc.)': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'really': 0.36; 'combination': 0.36; 'thanks': 0.36; 'to:addr:python-list': 0.38; 'files': 0.38; 'received:74.125': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; 'full': 0.61; 'personal': 0.63; 'laptop': 0.65; 'between': 0.67; 'day': 0.76; 'transfer': 0.82; 'glad': 0.83; '2015': 0.84; 'drive.': 0.84; 'recover': 0.91 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=kfU7IpR4rVZAC3yjqp5rDlC6MELW3OeT2v16plh/GwY=; b=VIq82mWkn/63O6D9GMAT05VsJS8ROmvCZknglj0oO3tEtEGa751sYNtBzKDcapXhCV iG+uEnqekEWzlytmvBJ4q6LOjzi9sxYqir9IazWAjglKM4ECYDEr0H76MpHk4x112ly9 fEA6SFD05kp4HUTB7RD3TtAxyO2hfBZKpRxbHptAYw1drb5ZlA/kRzFJTFAPG39aSpSb 8hMnSTGa28t5tV+/Z7r7Q5tFQwTxdspl2cNLXVMAaDE9v9bkYTOXZ35FmsCN0mWaaNwD HNr0ZavY7FiJYyXav4LP4iB+O51yS0LMjHlQUIkSERV92jsx0kBcp7mc6AXklLECobBX gxsA== X-Gm-Message-State: ALoCoQlXZmF9s8TlRpX5ru+nIiGSfnpxwrteo9jPmZCFj2F6i11Z6DH1+f43pJz+6ntvxItzU9iv X-Received: by 10.194.173.233 with SMTP id bn9mr10210540wjc.123.1422470867123; Wed, 28 Jan 2015 10:47:47 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <3dcc2862-bdd6-4a2a-8edb-1a9d51df26b3@googlegroups.com> From: Chris Kaynor Date: Wed, 28 Jan 2015 10:47:26 -0800 Subject: Re: ANN: unpyc3 - a python bytecode decompiler for Python3 To: "comp.lang.python" 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422471349 news.xs4all.nl 2831 [2001:888:2000:d::a6]:50096 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84781 On Wed, Jan 28, 2015 at 10:42 AM, Devin Jeanpierre wrote: > 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! I use Google Drive for it for all the stuff I do at home, and use SVN for all my personal projects, with the SVN depots also in Drive. The combination works well for me, I can transfer between my desktop and laptop freely, and have full revision history for debugging issues. > > -- 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