Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'offline': 0.03; 'svn': 0.05; 'debugging': 0.07; 'revision': 0.07; 'subject:ANN': 0.07; "(i'd": 0.09; 'git': 0.09; 'subject:Python3': 0.09; 'cc:addr :python-list': 0.11; 'jan': 0.12; 'easier.': 0.16; 'freely,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mercurial,': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'normally': 0.19; 'projects,': 0.19; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'subversion': 0.24; 'cc:2**0': 0.24; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'stuff': 0.32; 'trouble': 0.34; "can't": 0.35; 'something': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; 'combination': 0.36; 'saves': 0.38; 'either': 0.39; 'full': 0.61; 'reach': 0.63; 'personal': 0.63; 'more': 0.64; 'laptop': 0.65; 'between': 0.67; 'transfer': 0.82; '2015': 0.84; 'drive.': 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=7E80tchPuj0z0rFwqKKAO9EEeAtS0fklfRl6yHsBBIk=; b=VfZs6G/Fg3g9bnn3uSD6Q0x2JQNg0O5ijkUqNeGmhtZgYKF2kk6EC/W7m6bcwZeFBt 17L3r/Bhd/LYMOT9qH5em3pjPykAgDQsR69DJZT9Af/IiVPcancWQnDWXWP5D1NtnVbQ TlnFi+vHE+3Q/HEvAbcrihLUBp1zD+7O3iVajzkux159gpLDXNSxXBFK+ANXwB8zayC/ jaCVGwNJ/+CLQUcVfBZ7tEc9SBEc8Cudywv1XdPbJRkteLU/8FhHb8Q7C1u7tLbXXLP4 F5Ddkv1fuLQ1P2uRRYxX9F/6DGnNcKn5qrqFlfo7pYWQ8p46JhQ5BbeUT1hKc3Tgx01k XLmA== MIME-Version: 1.0 X-Received: by 10.50.171.201 with SMTP id aw9mr6387490igc.2.1422481232954; Wed, 28 Jan 2015 13:40:32 -0800 (PST) In-Reply-To: References: <3dcc2862-bdd6-4a2a-8edb-1a9d51df26b3@googlegroups.com> Date: Thu, 29 Jan 2015 08:40:32 +1100 Subject: Re: ANN: unpyc3 - a python bytecode decompiler for Python3 From: Chris Angelico Cc: "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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422481235 news.xs4all.nl 2965 [2001:888:2000:d::a6]:43362 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84786 On Thu, Jan 29, 2015 at 5:47 AM, Chris Kaynor wrote: > 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. I just do everything in git, no need for either Drive or something as old as SVN. Much easier. :) Using a more modern source control system (I'd normally recommend people use either git or Mercurial, though there are a few others that are also viable) saves you the trouble of "oops, I'm offline and can't reach the Subversion server" and other issues. ChrisA